#5C0F7D

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

Shades of Indigo #5C0F7D

Tints of Indigo #5C0F7D

Color information

#5C0F7D (or 0x5C0F7D) is unknown color: approx Indigo. HEX triplet: 5C, 0F and 7D. RGB value is (92,15,125). Sum of RGB (Red+Green+Blue) = 92+15+125=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #5C0F7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0F7D is #A3F082. Grayscale: #323232. Windows color (decimal): -10743939 or 8195932. OLE color: 8195932.

HSL color Cylindrical-coordinate representation of color #5C0F7D: hue angle of 282º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C0F7D is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9215125-
CMYK0.260.8800.51
HSL282º78.57%27.45%-
HSV(B)282º88%49.02%-
XYZ8.294.119.76-
YUV50.56170.01157.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.66%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 125 (49.22% from 255) = 53.88%
R=39.66%
G=6.47%
B=53.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92151250.260.8800.5128278.5727.45
Hex5CF7D1A5803311a4f1b
Octal134171753213006343211733
Binary1011100111111111011101010110000110011100011010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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