#5C0F90

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

Shades of Indigo #5C0F90

Tints of Indigo #5C0F90

Color information

#5C0F90 (or 0x5C0F90) is unknown color: approx Indigo. HEX triplet: 5C, 0F and 90. RGB value is (92,15,144). Sum of RGB (Red+Green+Blue) = 92+15+144=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C0F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0F90 is #A3F06F. Grayscale: #343434. Windows color (decimal): -10743920 or 9441116. OLE color: 9441116.

HSL color Cylindrical-coordinate representation of color #5C0F90: hue angle of 275.81º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0F90 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9215144-
CMYK0.360.9000.44
HSL275.81º81.13%31.18%-
HSV(B)275.81º89.58%56.47%-
XYZ9.624.6326.77-
YUV52.73179.51156.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.65%
GREEN value IS 15 (6.25% from 255) = 5.98%
BLUE value IS 144 (56.64% from 255) = 57.37%
R=36.65%
G=5.98%
B=57.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92151440.360.9000.44275.8181.1331.18
Hex5CF90245A02C114511f
Octal134172204413205442412137
Binary101110011111001000010010010110100101100100010100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,15,144); }

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

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

 a { background-color: rgb(92,15,144); }

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

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

 span { border-color: rgb(92,15,144); }

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