#3B005D

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

Shades of Indigo #3B005D

Tints of Indigo #3B005D

Color information

#3B005D (or 0x3B005D) is unknown color: approx Indigo. HEX triplet: 3B, 00 and 5D. RGB value is (59,0,93). Sum of RGB (Red+Green+Blue) = 59+0+93=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B005D is #C4FFA2. Grayscale: #1B1B1B. Windows color (decimal): -12910499 or 6094907. OLE color: 6094907.

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

Color convert

RGB59093-
CMYK0.37100.64
HSL278.06º100%18.24%-
HSV(B)278.06º100%36.47%-
XYZ3.781.7210.49-
YUV28.24164.55149.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 61.18%
R=38.82%
G=0%
B=61.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal590930.37100.64278.0610018.24
Hex3B05D25640401166412
Octal73013545144010042614422
Binary11101101011101100101110010001000000100010110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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