#3B029A

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

Shades of Indigo #3B029A

Tints of Indigo #3B029A

Color information

#3B029A (or 0x3B029A) is unknown color: approx Indigo. HEX triplet: 3B, 02 and 9A. RGB value is (59,2,154). Sum of RGB (Red+Green+Blue) = 59+2+154=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #3B029A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B029A is #C4FD65. Grayscale: #232323. Windows color (decimal): -12909926 or 10093115. OLE color: 10093115.

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

Color convert

RGB592154-
CMYK0.620.9900.40
HSL262.5º97.44%30.59%-
HSV(B)262.5º98.7%60.39%-
XYZ7.663.3130.81-
YUV36.37194.38144.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.44%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 154 (60.55% from 255) = 71.63%
R=27.44%
G=0.93%
B=71.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5921540.620.9900.40262.597.4430.59
Hex3B29A3E63028106611f
Octal7322327614305040614137
Binary111011101001101011111011000110101000100000110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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