Html Css Color HEX #5C097E Indigo

📋 copy color: '#5C097E'

red 92 ◦ green 9 ◦ blue 126

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

Shades of Indigo #5C097E

Tints of Indigo #5C097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 55.51%

R = 40.53%
G = 3.96%
B = 55.51%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C097E (or 0x5C097E) is known color: Indigo. HEX triplet: 5C, 09 and 7E. RGB value is (92,9,126). Sum of RGB (Red+Green+Blue) = 92+9+126=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C097E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C097E is #A3F681. Grayscale: #2E2E2E. Windows color (decimal): -10745474 or 8259932. OLE color: 8259932.

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

Color convert

RGB 92 9 126 -
CMYK 0.27 0.93 0 0.51
HSL 282.56º 0.87% 0.26% -
HSV(B) 282.56º 0.93% 0.49% -
XYZ 8.28 3.98 20.07 -
YUV 47.16 172.5 159.99 -
System Red Green Blue C M Y K H S L
Decimal 92 9 126 0.27 0.93 0 0.51 282.56 0.87 0.26
Hex 5C 9 7E 1B 5D 0 33 11B 57 1A
Octal 134 11 176 33 135 0 63 433 127 32
Binary 1011100 1001 1111110 11011 1011101 0 110011 100011011 1010111 11010

Color Harmonies of #5C097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C097E

Black with #5C097E

Text Example


Text Example

White with #5C097E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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