Html Css Color HEX #5A099C Indigo

📋 copy color: '#5A099C'

red 90 ◦ green 9 ◦ blue 156

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

Shades of Indigo #5A099C

Tints of Indigo #5A099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 61.18%

R = 35.29%
G = 3.53%
B = 61.18%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5A099C (or 0x5A099C) is known color: Indigo. HEX triplet: 5A, 09 and 9C. RGB value is (90,9,156). Sum of RGB (Red+Green+Blue) = 90+9+156=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A099C is #A5F663. Grayscale: #313131. Windows color (decimal): -10876516 or 10226010. OLE color: 10226010.

HSL color Cylindrical-coordinate representation of color #5A099C: hue angle of 273.06º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A099C is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 9 156 -
CMYK 0.42 0.94 0 0.39
HSL 273.06º 0.89% 0.32% -
HSV(B) 273.06º 0.94% 0.61% -
XYZ 10.31 4.77 31.83 -
YUV 49.98 187.84 156.55 -
System Red Green Blue C M Y K H S L
Decimal 90 9 156 0.42 0.94 0 0.39 273.06 0.89 0.32
Hex 5A 9 9C 2A 5E 0 27 111 59 20
Octal 132 11 234 52 136 0 47 421 131 40
Binary 1011010 1001 10011100 101010 1011110 0 100111 100010001 1011001 100000

Color Harmonies of #5A099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A099C

Black with #5A099C

Text Example


Text Example

White with #5A099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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