Html Css Color HEX #5C0992 Indigo

📋 copy color: '#5C0992'

red 92 ◦ green 9 ◦ blue 146

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

Shades of Indigo #5C0992

Tints of Indigo #5C0992

RGB

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

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

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

R = 37.25%
G = 3.64%
B = 59.11%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5C0992 (or 0x5C0992) is known color: Indigo. HEX triplet: 5C, 09 and 92. RGB value is (92,9,146). Sum of RGB (Red+Green+Blue) = 92+9+146=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C0992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0992 is #A3F66D. Grayscale: #303030. Windows color (decimal): -10745454 or 9570652. OLE color: 9570652.

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

Color convert

RGB 92 9 146 -
CMYK 0.37 0.94 0 0.43
HSL 276.35º 0.88% 0.3% -
HSV(B) 276.35º 0.94% 0.57% -
XYZ 9.7 4.55 27.56 -
YUV 49.44 182.5 158.36 -
System Red Green Blue C M Y K H S L
Decimal 92 9 146 0.37 0.94 0 0.43 276.35 0.88 0.3
Hex 5C 9 92 25 5E 0 2B 114 58 1E
Octal 134 11 222 45 136 0 53 424 130 36
Binary 1011100 1001 10010010 100101 1011110 0 101011 100010100 1011000 11110

Color Harmonies of #5C0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0992

Black with #5C0992

Text Example


Text Example

White with #5C0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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