#3D005F

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

Shades of Indigo #3D005F

Tints of Indigo #3D005F

Color information

#3D005F (or 0x3D005F) is unknown color: approx Indigo. HEX triplet: 3D, 00 and 5F. RGB value is (61,0,95). Sum of RGB (Red+Green+Blue) = 61+0+95=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #3D005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D005F is #C2FFA0. Grayscale: #1C1C1C. Windows color (decimal): -12779425 or 6225981. OLE color: 6225981.

HSL color Cylindrical-coordinate representation of color #3D005F: hue angle of 278.53º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D005F is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB61095-
CMYK0.36100.63
HSL278.53º100%18.63%-
HSV(B)278.53º100%37.25%-
XYZ3.991.8210.97-
YUV29.07165.21150.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 60.90%
R=39.10%
G=0%
B=60.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal610950.36100.63278.5310018.63
Hex3D05F246403F1176413
Octal7501374414407742714423
Binary1111010101111110010011001000111111100010111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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