Html Css Color HEX #5A0992 Indigo

📋 copy color: '#5A0992'

red 90 ◦ green 9 ◦ blue 146

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

Shades of Indigo #5A0992

Tints of Indigo #5A0992

RGB

 RED value IS 90 (35.55% from 255) = 36.73%

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

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

R = 36.73%
G = 3.67%
B = 59.59%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5A0992 (or 0x5A0992) is known color: Indigo. HEX triplet: 5A, 09 and 92. RGB value is (90,9,146). Sum of RGB (Red+Green+Blue) = 90+9+146=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A0992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0992 is #A5F66D. Grayscale: #303030. Windows color (decimal): -10876526 or 9570650. OLE color: 9570650.

HSL color Cylindrical-coordinate representation of color #5A0992: hue angle of 275.47º 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 #5A0992 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 9 146 -
CMYK 0.38 0.94 0 0.43
HSL 275.47º 0.88% 0.3% -
HSV(B) 275.47º 0.94% 0.57% -
XYZ 9.5 4.44 27.55 -
YUV 48.84 182.84 157.36 -
System Red Green Blue C M Y K H S L
Decimal 90 9 146 0.38 0.94 0 0.43 275.47 0.88 0.3
Hex 5A 9 92 26 5E 0 2B 113 58 1E
Octal 132 11 222 46 136 0 53 423 130 36
Binary 1011010 1001 10010010 100110 1011110 0 101011 100010011 1011000 11110

Color Harmonies of #5A0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0992

Black with #5A0992

Text Example


Text Example

White with #5A0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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