#3D04B3

Color #3D04B3 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #3D04B3

Tints of Indigo #3D04B3

Color information

#3D04B3 (or 0x3D04B3) is unknown color: approx Indigo. HEX triplet: 3D, 04 and B3. RGB value is (61,4,179). Sum of RGB (Red+Green+Blue) = 61+4+179=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 179 (70.31% from 255 or 73.36% from 244); Max value from RGB is 179 - color contains mainly: blue. Hex color #3D04B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D04B3 is #C2FB4C. Grayscale: #282828. Windows color (decimal): -12778317 or 11732029. OLE color: 11732029.

HSL color Cylindrical-coordinate representation of color #3D04B3: hue angle of 259.54º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D04B3 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB614179-
CMYK0.660.9800.30
HSL259.54º95.63%35.88%-
HSV(B)259.54º97.77%70.2%-
XYZ10.14.3342.95-
YUV40.99205.88142.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 25%
GREEN value IS 4 (1.95% from 255) = 1.64%
BLUE value IS 179 (70.31% from 255) = 73.36%
R=25%
G=1.64%
B=73.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6141790.660.9800.30259.5495.6335.88
Hex3D4B3426201E1046024
Octal75426310214203640414044
Binary11110110010110011100001011000100111101000001001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D04B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D04B3; }

 p { color: rgb(61,4,179); }

 H1.HeaderClassName
 {
   color: #3D04B3;
 }
 .AnyTagClassName
 {
   color: #3D04B3;
 }
</style>
background-color css

<style>
 a { background-color: #3D04B3; }

 a { background-color: rgb(61,4,179); }

 div.DivClassName
 {
   background-color: #3D04B3;
 }
 .BgClassName
 {
   background-color: #3D04B3;
 }
</style>
border-color css

<style>
 span { border-color: #3D04B3; }

 span { border-color: rgb(61,4,179); }

 td.TdClassName
 {
   border-color: #3D04B3;
 }
 .TagClassName
 {
   border-color: #3D04B3;
 }
</style>