Html Css Color HEX #5A096F Indigo

📋 copy color: '#5A096F'

red 90 ◦ green 9 ◦ blue 111

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

Shades of Indigo #5A096F

Tints of Indigo #5A096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.86%

R = 42.86%
G = 4.29%
B = 52.86%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A096F (or 0x5A096F) is known color: Indigo. HEX triplet: 5A, 09 and 6F. RGB value is (90,9,111). Sum of RGB (Red+Green+Blue) = 90+9+111=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A096F is #A5F690. Grayscale: #2C2C2C. Windows color (decimal): -10876561 or 7276890. OLE color: 7276890.

HSL color Cylindrical-coordinate representation of color #5A096F: hue angle of 287.65º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A096F is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 9 111 -
CMYK 0.19 0.92 0 0.56
HSL 287.65º 0.85% 0.24% -
HSV(B) 287.65º 0.92% 0.44% -
XYZ 7.18 3.52 15.34 -
YUV 44.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 90 9 111 0.19 0.92 0 0.56 287.65 0.85 0.24
Hex 5A 9 6F 13 5C 0 38 120 55 18
Octal 132 11 157 23 134 0 70 440 125 30
Binary 1011010 1001 1101111 10011 1011100 0 111000 100100000 1010101 11000

Color Harmonies of #5A096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A096F

Black with #5A096F

Text Example


Text Example

White with #5A096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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