#3C00AA

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

Shades of Indigo #3C00AA

Tints of Indigo #3C00AA

Color information

#3C00AA (or 0x3C00AA) is unknown color: approx Indigo. HEX triplet: 3C, 00 and AA. RGB value is (60,0,170). Sum of RGB (Red+Green+Blue) = 60+0+170=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C00AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C00AA is #C3FF55. Grayscale: #242424. Windows color (decimal): -12844886 or 11141180. OLE color: 11141180.

HSL color Cylindrical-coordinate representation of color #3C00AA: hue angle of 261.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C00AA is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB600170-
CMYK0.65100.33
HSL261.18º100%33.33%-
HSV(B)261.18º100%66.67%-
XYZ9.123.8638.3-
YUV37.32202.88144.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 73.91%
R=26.09%
G=0%
B=73.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6001700.65100.33261.1810033.33
Hex3C0AA41640211056421
Octal74025210114404140514441
Binary1111000101010101000001110010001000011000001011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C00AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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