Html Css Color HEX #5C0592 Indigo

📋 copy color: '#5C0592'

red 92 ◦ green 5 ◦ blue 146

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

Shades of Indigo #5C0592

Tints of Indigo #5C0592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

 BLUE value IS 146 (57.42% from 255) = 60.08%

R = 37.86%
G = 2.06%
B = 60.08%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5C0592 (or 0x5C0592) is known color: Indigo. HEX triplet: 5C, 05 and 92. RGB value is (92,5,146). Sum of RGB (Red+Green+Blue) = 92+5+146=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C0592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0592 is #A3FA6D. Grayscale: #2E2E2E. Windows color (decimal): -10746478 or 9569628. OLE color: 9569628.

HSL color Cylindrical-coordinate representation of color #5C0592: hue angle of 277.02º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C0592 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 5 146 -
CMYK 0.37 0.97 0 0.43
HSL 277.02º 0.93% 0.3% -
HSV(B) 277.02º 0.97% 0.57% -
XYZ 9.66 4.46 27.55 -
YUV 47.09 183.82 160.04 -
System Red Green Blue C M Y K H S L
Decimal 92 5 146 0.37 0.97 0 0.43 277.02 0.93 0.3
Hex 5C 5 92 25 61 0 2B 115 5D 1E
Octal 134 5 222 45 141 0 53 425 135 36
Binary 1011100 101 10010010 100101 1100001 0 101011 100010101 1011101 11110

Color Harmonies of #5C0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0592

Black with #5C0592

Text Example


Text Example

White with #5C0592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,5,146); }

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

background-color css

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

 a { background-color: rgb(92,5,146); }

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

border-color css

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

 span { border-color: rgb(92,5,146); }

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