Html Css Color HEX #5C096E Indigo

📋 copy color: '#5C096E'

red 92 ◦ green 9 ◦ blue 110

#5C096E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #5C096E

Tints of Indigo #5C096E

RGB

 RED value IS 92 (36.33% from 255) = 43.6%

 GREEN value IS 9 (3.91% from 255) = 4.27%

 BLUE value IS 110 (43.36% from 255) = 52.13%

R = 43.6%
G = 4.27%
B = 52.13%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5C096E (or 0x5C096E) is known color: Indigo. HEX triplet: 5C, 09 and 6E. RGB value is (92,9,110). Sum of RGB (Red+Green+Blue) = 92+9+110=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C096E is #A3F691. Grayscale: #2D2D2D. Windows color (decimal): -10745490 or 7211356. OLE color: 7211356.

HSL color Cylindrical-coordinate representation of color #5C096E: hue angle of 289.31º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C096E is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 92 9 110 -
CMYK 0.16 0.92 0 0.57
HSL 289.31º 0.85% 0.23% -
HSV(B) 289.31º 0.92% 0.43% -
XYZ 7.33 3.6 15.06 -
YUV 45.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 92 9 110 0.16 0.92 0 0.57 289.31 0.85 0.23
Hex 5C 9 6E 10 5C 0 39 121 55 17
Octal 134 11 156 20 134 0 71 441 125 27
Binary 1011100 1001 1101110 10000 1011100 0 111001 100100001 1010101 10111

Color Harmonies of #5C096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C096E

Black with #5C096E

Text Example


Text Example

White with #5C096E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C096E;
 }
 .AnyTagClassName
 {
   color: #5C096E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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