#5C098A

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

Shades of Indigo #5C098A

Tints of Indigo #5C098A

Color information

#5C098A (or 0x5C098A) is unknown color: approx Indigo. HEX triplet: 5C, 09 and 8A. RGB value is (92,9,138). Sum of RGB (Red+Green+Blue) = 92+9+138=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C098A is #A3F675. Grayscale: #303030. Windows color (decimal): -10745462 or 9046364. OLE color: 9046364.

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

Color convert

RGB929138-
CMYK0.330.9300.46
HSL278.6º87.76%28.82%-
HSV(B)278.6º93.48%54.12%-
XYZ9.14.3124.4-
YUV48.52178.5159.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.49%
GREEN value IS 9 (3.91% from 255) = 3.77%
BLUE value IS 138 (54.30% from 255) = 57.74%
R=38.49%
G=3.77%
B=57.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9291380.330.9300.46278.687.7628.82
Hex5C98A215D02E117581d
Octal134112124113505642713035
Binary101110010011000101010000110111010101110100010111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,9,138); }

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

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

 a { background-color: rgb(92,9,138); }

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

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

 span { border-color: rgb(92,9,138); }

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