Html Css Color HEX #5902AF Indigo

📋 copy color: '#5902AF'

red 89 ◦ green 2 ◦ blue 175

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

Shades of Indigo #5902AF

Tints of Indigo #5902AF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 175 (68.75% from 255) = 65.79%

R = 33.46%
G = 0.75%
B = 65.79%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5902AF (or 0x5902AF) is known color: Indigo. HEX triplet: 59, 02 and AF. RGB value is (89,2,175). Sum of RGB (Red+Green+Blue) = 89+2+175=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 175 (68.75% from 255 or 65.79% from 266); Max value from RGB is 175 - color contains mainly: blue. Hex color #5902AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5902AF is #A6FD50. Grayscale: #2F2F2F. Windows color (decimal): -10943825 or 11469401. OLE color: 11469401.

HSL color Cylindrical-coordinate representation of color #5902AF: hue angle of 270.17º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5902AF is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 2 175 -
CMYK 0.49 0.99 0 0.31
HSL 270.17º 0.98% 0.35% -
HSV(B) 270.17º 0.99% 0.69% -
XYZ 11.88 5.26 40.95 -
YUV 47.74 199.82 157.43 -
System Red Green Blue C M Y K H S L
Decimal 89 2 175 0.49 0.99 0 0.31 270.17 0.98 0.35
Hex 59 2 AF 31 63 0 1F 10E 62 23
Octal 131 2 257 61 143 0 37 416 142 43
Binary 1011001 10 10101111 110001 1100011 0 11111 100001110 1100010 100011

Color Harmonies of #5902AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5902AF

Black with #5902AF

Text Example


Text Example

White with #5902AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5902AF; }

 p { color: rgb(89,2,175); }

 H1.HeaderClassName
 {
   color: #5902AF;
 }
 .AnyTagClassName
 {
   color: #5902AF;
 }
</style>

background-color css

<style>
 a { background-color: #5902AF; }

 a { background-color: rgb(89,2,175); }

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

border-color css

<style>
 span { border-color: #5902AF; }

 span { border-color: rgb(89,2,175); }

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