#3C03AD

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

Shades of Indigo #3C03AD

Tints of Indigo #3C03AD

Color information

#3C03AD (or 0x3C03AD) is unknown color: approx Indigo. HEX triplet: 3C, 03 and AD. RGB value is (60,3,173). Sum of RGB (Red+Green+Blue) = 60+3+173=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C03AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C03AD is #C3FC52. Grayscale: #262626. Windows color (decimal): -12844115 or 11338556. OLE color: 11338556.

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

Color convert

RGB603173-
CMYK0.650.9800.32
HSL260.12º96.59%34.51%-
HSV(B)260.12º98.27%67.84%-
XYZ9.444.0439.82-
YUV39.42203.38142.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.42%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 173 (67.97% from 255) = 73.31%
R=25.42%
G=1.27%
B=73.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6031730.650.9800.32260.1296.5934.51
Hex3C3AD41620201046123
Octal74325510114204040414143
Binary11110011101011011000001110001001000001000001001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C03AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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