Html Css Color HEX #5A098C Indigo

📋 copy color: '#5A098C'

red 90 ◦ green 9 ◦ blue 140

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

Shades of Indigo #5A098C

Tints of Indigo #5A098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 58.58%

R = 37.66%
G = 3.77%
B = 58.58%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A098C (or 0x5A098C) is known color: Indigo. HEX triplet: 5A, 09 and 8C. RGB value is (90,9,140). Sum of RGB (Red+Green+Blue) = 90+9+140=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A098C is #A5F673. Grayscale: #2F2F2F. Windows color (decimal): -10876532 or 9177434. OLE color: 9177434.

HSL color Cylindrical-coordinate representation of color #5A098C: hue angle of 277.1º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A098C is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 9 140 -
CMYK 0.36 0.94 0 0.45
HSL 277.1º 0.88% 0.29% -
HSV(B) 277.1º 0.94% 0.55% -
XYZ 9.05 4.26 25.16 -
YUV 48.15 179.84 157.85 -
System Red Green Blue C M Y K H S L
Decimal 90 9 140 0.36 0.94 0 0.45 277.1 0.88 0.29
Hex 5A 9 8C 24 5E 0 2D 115 58 1D
Octal 132 11 214 44 136 0 55 425 130 35
Binary 1011010 1001 10001100 100100 1011110 0 101101 100010101 1011000 11101

Color Harmonies of #5A098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A098C

Black with #5A098C

Text Example


Text Example

White with #5A098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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