#3D008B

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

Shades of Indigo #3D008B

Tints of Indigo #3D008B

Color information

#3D008B (or 0x3D008B) is unknown color: approx Indigo. HEX triplet: 3D, 00 and 8B. RGB value is (61,0,139). Sum of RGB (Red+Green+Blue) = 61+0+139=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D008B is #C2FF74. Grayscale: #212121. Windows color (decimal): -12779381 or 9109565. OLE color: 9109565.

HSL color Cylindrical-coordinate representation of color #3D008B: hue angle of 266.33º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D008B is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB610139-
CMYK0.56100.45
HSL266.33º100%27.25%-
HSV(B)266.33º100%54.51%-
XYZ6.582.8624.63-
YUV34.08187.21147.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 69.5%
R=30.5%
G=0%
B=69.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6101390.56100.45266.3310027.25
Hex3D08B386402D10a641b
Octal7502137014405541214433
Binary11110101000101111100011001000101101100001010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,0,139); }

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

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

 a { background-color: rgb(61,0,139); }

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

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

 span { border-color: rgb(61,0,139); }

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