Html Css Color HEX #5F0589 Indigo

📋 copy color: '#5F0589'

red 95 ◦ green 5 ◦ blue 137

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

Shades of Indigo #5F0589

Tints of Indigo #5F0589

RGB

 RED value IS 95 (37.5% from 255) = 40.08%

 GREEN value IS 5 (2.34% from 255) = 2.11%

 BLUE value IS 137 (53.91% from 255) = 57.81%

R = 40.08%
G = 2.11%
B = 57.81%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5F0589 (or 0x5F0589) is known color: Indigo. HEX triplet: 5F, 05 and 89. RGB value is (95,5,137). Sum of RGB (Red+Green+Blue) = 95+5+137=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #5F0589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0589 is #A0FA76. Grayscale: #2E2E2E. Windows color (decimal): -10549879 or 8979807. OLE color: 8979807.

HSL color Cylindrical-coordinate representation of color #5F0589: hue angle of 280.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0589 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 95 5 137 -
CMYK 0.31 0.96 0 0.46
HSL 280.91º 0.93% 0.28% -
HSV(B) 280.91º 0.96% 0.54% -
XYZ 9.29 4.35 24.02 -
YUV 46.96 178.82 162.27 -
System Red Green Blue C M Y K H S L
Decimal 95 5 137 0.31 0.96 0 0.46 280.91 0.93 0.28
Hex 5F 5 89 1F 60 0 2E 119 5D 1C
Octal 137 5 211 37 140 0 56 431 135 34
Binary 1011111 101 10001001 11111 1100000 0 101110 100011001 1011101 11100

Color Harmonies of #5F0589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0589

Black with #5F0589

Text Example


Text Example

White with #5F0589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,5,137); }

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

background-color css

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

 a { background-color: rgb(95,5,137); }

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

border-color css

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

 span { border-color: rgb(95,5,137); }

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