#5C01AD

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

Shades of Indigo #5C01AD

Tints of Indigo #5C01AD

Color information

#5C01AD (or 0x5C01AD) is unknown color: approx Indigo. HEX triplet: 5C, 01 and AD. RGB value is (92,1,173). Sum of RGB (Red+Green+Blue) = 92+1+173=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C01AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C01AD is #A3FE52. Grayscale: #2F2F2F. Windows color (decimal): -10747475 or 11338076. OLE color: 11338076.

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

Color convert

RGB921173-
CMYK0.470.9900.32
HSL271.74º98.85%34.12%-
HSV(B)271.74º99.42%67.84%-
XYZ11.975.3139.93-
YUV47.82198.65159.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.59%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 173 (67.97% from 255) = 65.04%
R=34.59%
G=0.38%
B=65.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9211730.470.9900.32271.7498.8534.12
Hex5C1AD2F630201106322
Octal13412555714304042014342
Binary1011100110101101101111110001101000001000100001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C01AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C01AD; }

 p { color: rgb(92,1,173); }

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

<style>
 a { background-color: #5C01AD; }

 a { background-color: rgb(92,1,173); }

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

<style>
 span { border-color: #5C01AD; }

 span { border-color: rgb(92,1,173); }

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