#3C059E

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

Shades of Indigo #3C059E

Tints of Indigo #3C059E

Color information

#3C059E (or 0x3C059E) is unknown color: approx Indigo. HEX triplet: 3C, 05 and 9E. RGB value is (60,5,158). Sum of RGB (Red+Green+Blue) = 60+5+158=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C059E is #C3FA61. Grayscale: #262626. Windows color (decimal): -12843618 or 10356028. OLE color: 10356028.

HSL color Cylindrical-coordinate representation of color #3C059E: hue angle of 261.57º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C059E is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB605158-
CMYK0.620.9700.38
HSL261.57º93.87%31.96%-
HSV(B)261.57º96.84%61.96%-
XYZ8.093.5432.6-
YUV38.89195.22143.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 158 (62.11% from 255) = 70.85%
R=26.91%
G=2.24%
B=70.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6051580.620.9700.38261.5793.8731.96
Hex3C59E3E610261065e20
Octal7452367614104640613640
Binary11110010110011110111110110000101001101000001101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,5,158); }

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

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

 a { background-color: rgb(60,5,158); }

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

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

 span { border-color: rgb(60,5,158); }

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