Html Css Color HEX #5907A2 Indigo

📋 copy color: '#5907A2'

red 89 ◦ green 7 ◦ blue 162

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

Shades of Indigo #5907A2

Tints of Indigo #5907A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 62.79%

R = 34.5%
G = 2.71%
B = 62.79%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5907A2 (or 0x5907A2) is known color: Indigo. HEX triplet: 59, 07 and A2. RGB value is (89,7,162). Sum of RGB (Red+Green+Blue) = 89+7+162=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 162 (63.67% from 255 or 62.79% from 258); Max value from RGB is 162 - color contains mainly: blue. Hex color #5907A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5907A2 is #A6F85D. Grayscale: #303030. Windows color (decimal): -10942558 or 10618713. OLE color: 10618713.

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

Color convert

RGB 89 7 162 -
CMYK 0.45 0.96 0 0.36
HSL 271.74º 0.92% 0.33% -
HSV(B) 271.74º 0.96% 0.64% -
XYZ 10.72 4.88 34.56 -
YUV 49.19 191.67 156.4 -
System Red Green Blue C M Y K H S L
Decimal 89 7 162 0.45 0.96 0 0.36 271.74 0.92 0.33
Hex 59 7 A2 2D 60 0 24 110 5C 21
Octal 131 7 242 55 140 0 44 420 134 41
Binary 1011001 111 10100010 101101 1100000 0 100100 100010000 1011100 100001

Color Harmonies of #5907A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5907A2

Black with #5907A2

Text Example


Text Example

White with #5907A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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