#3B029C

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

Shades of Indigo #3B029C

Tints of Indigo #3B029C

Color information

#3B029C (or 0x3B029C) is unknown color: approx Indigo. HEX triplet: 3B, 02 and 9C. RGB value is (59,2,156). Sum of RGB (Red+Green+Blue) = 59+2+156=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 156 (61.33% from 255 or 71.89% from 217); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B029C is #C4FD63. Grayscale: #242424. Windows color (decimal): -12909924 or 10224187. OLE color: 10224187.

HSL color Cylindrical-coordinate representation of color #3B029C: hue angle of 262.21º 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 #3B029C is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB592156-
CMYK0.620.9900.39
HSL262.21º97.47%30.98%-
HSV(B)262.21º98.72%61.18%-
XYZ7.833.3731.69-
YUV36.6195.38143.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.19%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 156 (61.33% from 255) = 71.89%
R=27.19%
G=0.92%
B=71.89%

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
Decimal5921560.620.9900.39262.2197.4730.98
Hex3B29C3E63027106611f
Octal7322347614304740614137
Binary111011101001110011111011000110100111100000110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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