#3B029E

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

Shades of Indigo #3B029E

Tints of Indigo #3B029E

Color information

#3B029E (or 0x3B029E) is unknown color: approx Indigo. HEX triplet: 3B, 02 and 9E. RGB value is (59,2,158). Sum of RGB (Red+Green+Blue) = 59+2+158=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 158 (62.11% from 255 or 72.15% from 219); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B029E is #C4FD61. Grayscale: #242424. Windows color (decimal): -12909922 or 10355259. OLE color: 10355259.

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

Color convert

RGB592158-
CMYK0.630.9900.38
HSL261.92º97.5%31.37%-
HSV(B)261.92º98.73%61.96%-
XYZ83.4432.59-
YUV36.83196.38143.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.94%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 158 (62.11% from 255) = 72.15%
R=26.94%
G=0.91%
B=72.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5921580.630.9900.38261.9297.531.37
Hex3B29E3F63026106621f
Octal7322367714304640614237
Binary111011101001111011111111000110100110100000110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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