Html Css Color HEX #5A066F Indigo

📋 copy color: '#5A066F'

red 90 ◦ green 6 ◦ blue 111

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

Shades of Indigo #5A066F

Tints of Indigo #5A066F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.9%

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

R = 43.48%
G = 2.9%
B = 53.62%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A066F (or 0x5A066F) is known color: Indigo. HEX triplet: 5A, 06 and 6F. RGB value is (90,6,111). Sum of RGB (Red+Green+Blue) = 90+6+111=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A066F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A066F is #A5F990. Grayscale: #2A2A2A. Windows color (decimal): -10877329 or 7276122. OLE color: 7276122.

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

Color convert

RGB 90 6 111 -
CMYK 0.19 0.95 0 0.56
HSL 288º 0.9% 0.23% -
HSV(B) 288º 0.95% 0.44% -
XYZ 7.15 3.45 15.33 -
YUV 43.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 90 6 111 0.19 0.95 0 0.56 288 0.9 0.23
Hex 5A 6 6F 13 5F 0 38 120 5A 17
Octal 132 6 157 23 137 0 70 440 132 27
Binary 1011010 110 1101111 10011 1011111 0 111000 100100000 1011010 10111

Color Harmonies of #5A066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A066F

Black with #5A066F

Text Example


Text Example

White with #5A066F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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