#3B005F

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

Shades of Indigo #3B005F

Tints of Indigo #3B005F

Color information

#3B005F (or 0x3B005F) is unknown color: approx Indigo. HEX triplet: 3B, 00 and 5F. RGB value is (59,0,95). Sum of RGB (Red+Green+Blue) = 59+0+95=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #3B005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B005F is #C4FFA0. Grayscale: #1C1C1C. Windows color (decimal): -12910497 or 6225979. OLE color: 6225979.

HSL color Cylindrical-coordinate representation of color #3B005F: hue angle of 277.26º 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 #3B005F is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB59095-
CMYK0.38100.63
HSL277.26º100%18.63%-
HSV(B)277.26º100%37.25%-
XYZ3.871.7610.96-
YUV28.47165.55149.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 61.69%
R=38.31%
G=0%
B=61.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal590950.38100.63277.2610018.63
Hex3B05F266403F1156413
Octal7301374614407742514423
Binary1110110101111110011011001000111111100010101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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