#3C02AE

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

Shades of Indigo #3C02AE

Tints of Indigo #3C02AE

Color information

#3C02AE (or 0x3C02AE) is unknown color: approx Indigo. HEX triplet: 3C, 02 and AE. RGB value is (60,2,174). Sum of RGB (Red+Green+Blue) = 60+2+174=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C02AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C02AE is #C3FD51. Grayscale: #262626. Windows color (decimal): -12844370 or 11403836. OLE color: 11403836.

HSL color Cylindrical-coordinate representation of color #3C02AE: hue angle of 260.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C02AE is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB602174-
CMYK0.660.9900.32
HSL260.23º97.73%34.51%-
HSV(B)260.23º98.85%68.24%-
XYZ9.534.0640.33-
YUV38.95204.22143.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.42%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 174 (68.36% from 255) = 73.73%
R=25.42%
G=0.85%
B=73.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6021740.660.9900.32260.2397.7334.51
Hex3C2AE42630201046223
Octal74225610214304040414243
Binary11110010101011101000010110001101000001000001001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C02AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,2,174); }

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

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

 a { background-color: rgb(60,2,174); }

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

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

 span { border-color: rgb(60,2,174); }

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