Html Css Color HEX #5A0869 Indigo

📋 copy color: '#5A0869'

red 90 ◦ green 8 ◦ blue 105

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

Shades of Indigo #5A0869

Tints of Indigo #5A0869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.94%

 BLUE value IS 105 (41.41% from 255) = 51.72%

R = 44.33%
G = 3.94%
B = 51.72%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5A0869 (or 0x5A0869) is known color: Indigo. HEX triplet: 5A, 08 and 69. RGB value is (90,8,105). Sum of RGB (Red+Green+Blue) = 90+8+105=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #5A0869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0869 is #A5F796. Grayscale: #2B2B2B. Windows color (decimal): -10876823 or 6883418. OLE color: 6883418.

HSL color Cylindrical-coordinate representation of color #5A0869: hue angle of 290.72º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0869 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 90 8 105 -
CMYK 0.14 0.92 0 0.59
HSL 290.72º 0.86% 0.22% -
HSV(B) 290.72º 0.92% 0.41% -
XYZ 6.85 3.37 13.65 -
YUV 43.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 90 8 105 0.14 0.92 0 0.59 290.72 0.86 0.22
Hex 5A 8 69 E 5C 0 3B 123 56 16
Octal 132 10 151 16 134 0 73 443 126 26
Binary 1011010 1000 1101001 1110 1011100 0 111011 100100011 1010110 10110

Color Harmonies of #5A0869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0869

Black with #5A0869

Text Example


Text Example

White with #5A0869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,8,105); }

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

background-color css

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

 a { background-color: rgb(90,8,105); }

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

border-color css

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

 span { border-color: rgb(90,8,105); }

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