#3C08AD

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

Shades of Indigo #3C08AD

Tints of Indigo #3C08AD

Color information

#3C08AD (or 0x3C08AD) is unknown color: approx Indigo. HEX triplet: 3C, 08 and AD. RGB value is (60,8,173). Sum of RGB (Red+Green+Blue) = 60+8+173=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C08AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C08AD is #C3F752. Grayscale: #292929. Windows color (decimal): -12842835 or 11339836. OLE color: 11339836.

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

Color convert

RGB608173-
CMYK0.650.9500.32
HSL258.91º91.16%35.49%-
HSV(B)258.91º95.38%67.84%-
XYZ9.494.1539.84-
YUV42.36201.73140.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 8 (3.52% from 255) = 3.32%
BLUE value IS 173 (67.97% from 255) = 71.78%
R=24.90%
G=3.32%
B=71.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6081730.650.9500.32258.9191.1635.49
Hex3C8AD415F0201035b23
Octal741025510113704040313343
Binary1111001000101011011000001101111101000001000000111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C08AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,8,173); }

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

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

 a { background-color: rgb(60,8,173); }

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

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

 span { border-color: rgb(60,8,173); }

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