#5C1889

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

Shades of Indigo #5C1889

Tints of Indigo #5C1889

Color information

#5C1889 (or 0x5C1889) is unknown color: approx Indigo. HEX triplet: 5C, 18 and 89. RGB value is (92,24,137). Sum of RGB (Red+Green+Blue) = 92+24+137=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #5C1889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1889 is #A3E776. Grayscale: #383838. Windows color (decimal): -10741623 or 8984668. OLE color: 8984668.

HSL color Cylindrical-coordinate representation of color #5C1889: hue angle of 276.11º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1889 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9224137-
CMYK0.330.8200.46
HSL276.11º70.19%31.57%-
HSV(B)276.11º82.48%53.73%-
XYZ9.264.7324.09-
YUV57.21173.03152.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.36%
GREEN value IS 24 (9.77% from 255) = 9.49%
BLUE value IS 137 (53.91% from 255) = 54.15%
R=36.36%
G=9.49%
B=54.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal92241370.330.8200.46276.1170.1931.57
Hex5C1889215202E1144620
Octal134302114112205642410640
Binary10111001100010001001100001101001001011101000101001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,24,137); }

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

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

 a { background-color: rgb(92,24,137); }

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

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

 span { border-color: rgb(92,24,137); }

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