#5C067F

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

Shades of Indigo #5C067F

Tints of Indigo #5C067F

Color information

#5C067F (or 0x5C067F) is unknown color: approx Indigo. HEX triplet: 5C, 06 and 7F. RGB value is (92,6,127). Sum of RGB (Red+Green+Blue) = 92+6+127=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C067F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C067F is #A3F980. Grayscale: #2D2D2D. Windows color (decimal): -10746241 or 8324700. OLE color: 8324700.

HSL color Cylindrical-coordinate representation of color #5C067F: hue angle of 282.64º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C067F is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB926127-
CMYK0.280.9500.50
HSL282.64º90.98%26.08%-
HSV(B)282.64º95.28%49.8%-
XYZ8.313.9420.4-
YUV45.51173.99161.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.89%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 127 (50% from 255) = 56.44%
R=40.89%
G=2.67%
B=56.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9261270.280.9500.50282.6490.9826.08
Hex5C67F1C5F03211b5b1a
Octal13461773413706243313332
Binary101110011011111111110010111110110010100011011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,6,127); }

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

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

 a { background-color: rgb(92,6,127); }

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

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

 span { border-color: rgb(92,6,127); }

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