#3C00AE

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

Shades of Indigo #3C00AE

Tints of Indigo #3C00AE

Color information

#3C00AE (or 0x3C00AE) is unknown color: approx Indigo. HEX triplet: 3C, 00 and AE. RGB value is (60,0,174). Sum of RGB (Red+Green+Blue) = 60+0+174=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 174 (68.36% from 255 or 74.36% from 234); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C00AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C00AE is #C3FF51. Grayscale: #252525. Windows color (decimal): -12844882 or 11403324. OLE color: 11403324.

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

Color convert

RGB600174-
CMYK0.66100.32
HSL260.69º100%34.12%-
HSV(B)260.69º100%68.24%-
XYZ9.54.0240.32-
YUV37.78204.88143.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 74.36%
R=25.64%
G=0%
B=74.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6001740.66100.32260.6910034.12
Hex3C0AE42640201056422
Octal74025610214404040514442
Binary1111000101011101000010110010001000001000001011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C00AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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