#5C08A1

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

Shades of Indigo #5C08A1

Tints of Indigo #5C08A1

Color information

#5C08A1 (or 0x5C08A1) is unknown color: approx Indigo. HEX triplet: 5C, 08 and A1. RGB value is (92,8,161). Sum of RGB (Red+Green+Blue) = 92+8+161=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 161 (63.28% from 255 or 61.69% from 261); Max value from RGB is 161 - color contains mainly: blue. Hex color #5C08A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C08A1 is #A3F75E. Grayscale: #323232. Windows color (decimal): -10745695 or 10553436. OLE color: 10553436.

HSL color Cylindrical-coordinate representation of color #5C08A1: hue angle of 272.94º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C08A1 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB928161-
CMYK0.430.9500.37
HSL272.94º90.53%33.14%-
HSV(B)272.94º95.03%63.14%-
XYZ10.935.0234.11-
YUV50.56190.33157.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.25%
GREEN value IS 8 (3.52% from 255) = 3.07%
BLUE value IS 161 (63.28% from 255) = 61.69%
R=35.25%
G=3.07%
B=61.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal9281610.430.9500.37272.9490.5333.14
Hex5C8A12B5F0251115b21
Octal134102415313704542113341
Binary1011100100010100001101011101111101001011000100011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C08A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,8,161); }

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

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

 a { background-color: rgb(92,8,161); }

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

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

 span { border-color: rgb(92,8,161); }

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