#3D009F

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

Shades of Indigo #3D009F

Tints of Indigo #3D009F

Color information

#3D009F (or 0x3D009F) is unknown color: approx Indigo. HEX triplet: 3D, 00 and 9F. RGB value is (61,0,159). Sum of RGB (Red+Green+Blue) = 61+0+159=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D009F is #C2FF60. Grayscale: #232323. Windows color (decimal): -12779361 or 10420285. OLE color: 10420285.

HSL color Cylindrical-coordinate representation of color #3D009F: hue angle of 263.02º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D009F is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB610159-
CMYK0.62100.38
HSL263.02º100%31.18%-
HSV(B)263.02º100%62.35%-
XYZ8.183.533.04-
YUV36.36197.21145.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 72.27%
R=27.73%
G=0%
B=72.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6101590.62100.38263.0210031.18
Hex3D09F3E64026107641f
Octal7502377614404640714437
Binary11110101001111111111011001000100110100000111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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