#3B029B

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

Shades of Indigo #3B029B

Tints of Indigo #3B029B

Color information

#3B029B (or 0x3B029B) is unknown color: approx Indigo. HEX triplet: 3B, 02 and 9B. RGB value is (59,2,155). Sum of RGB (Red+Green+Blue) = 59+2+155=216 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.31% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B029B is #C4FD64. Grayscale: #232323. Windows color (decimal): -12909925 or 10158651. OLE color: 10158651.

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

Color convert

RGB592155-
CMYK0.620.9900.39
HSL262.35º97.45%30.78%-
HSV(B)262.35º98.71%60.78%-
XYZ7.743.3431.25-
YUV36.48194.88144.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.31%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 155 (60.94% from 255) = 71.76%
R=27.31%
G=0.93%
B=71.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5921550.620.9900.39262.3597.4530.78
Hex3B29B3E63027106611f
Octal7322337614304740614137
Binary111011101001101111111011000110100111100000110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,2,155); }

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

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

 a { background-color: rgb(59,2,155); }

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

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

 span { border-color: rgb(59,2,155); }

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