Html Css Color HEX #5907AA Indigo

📋 copy color: '#5907AA'

red 89 ◦ green 7 ◦ blue 170

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

Shades of Indigo #5907AA

Tints of Indigo #5907AA

RGB

 RED value IS 89 (35.16% from 255) = 33.46%

 GREEN value IS 7 (3.13% from 255) = 2.63%

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 33.46%
G = 2.63%
B = 63.91%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5907AA (or 0x5907AA) is known color: Indigo. HEX triplet: 59, 07 and AA. RGB value is (89,7,170). Sum of RGB (Red+Green+Blue) = 89+7+170=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #5907AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5907AA is #A6F855. Grayscale: #313131. Windows color (decimal): -10942550 or 11143001. OLE color: 11143001.

HSL color Cylindrical-coordinate representation of color #5907AA: hue angle of 270.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5907AA is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 7 170 -
CMYK 0.48 0.96 0 0.33
HSL 270.18º 0.92% 0.35% -
HSV(B) 270.18º 0.96% 0.67% -
XYZ 11.45 5.18 38.43 -
YUV 50.1 195.67 155.75 -
System Red Green Blue C M Y K H S L
Decimal 89 7 170 0.48 0.96 0 0.33 270.18 0.92 0.35
Hex 59 7 AA 30 60 0 21 10E 5C 23
Octal 131 7 252 60 140 0 41 416 134 43
Binary 1011001 111 10101010 110000 1100000 0 100001 100001110 1011100 100011

Color Harmonies of #5907AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5907AA

Black with #5907AA

Text Example


Text Example

White with #5907AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5907AA; }

 p { color: rgb(89,7,170); }

 H1.HeaderClassName
 {
   color: #5907AA;
 }
 .AnyTagClassName
 {
   color: #5907AA;
 }
</style>

background-color css

<style>
 a { background-color: #5907AA; }

 a { background-color: rgb(89,7,170); }

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

border-color css

<style>
 span { border-color: #5907AA; }

 span { border-color: rgb(89,7,170); }

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