Html Css Color HEX #5F0597 Indigo

📋 copy color: '#5F0597'

red 95 ◦ green 5 ◦ blue 151

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

Shades of Indigo #5F0597

Tints of Indigo #5F0597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 60.16%

R = 37.85%
G = 1.99%
B = 60.16%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5F0597 (or 0x5F0597) is known color: Indigo. HEX triplet: 5F, 05 and 97. RGB value is (95,5,151). Sum of RGB (Red+Green+Blue) = 95+5+151=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 151 (59.38% from 255 or 60.16% from 251); Max value from RGB is 151 - color contains mainly: blue. Hex color #5F0597 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0597 is #A0FA68. Grayscale: #303030. Windows color (decimal): -10549865 or 9897311. OLE color: 9897311.

HSL color Cylindrical-coordinate representation of color #5F0597: hue angle of 276.99º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F0597 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 95 5 151 -
CMYK 0.37 0.97 0 0.41
HSL 276.99º 0.94% 0.31% -
HSV(B) 276.99º 0.97% 0.59% -
XYZ 10.36 4.78 29.65 -
YUV 48.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 95 5 151 0.37 0.97 0 0.41 276.99 0.94 0.31
Hex 5F 5 97 25 61 0 29 115 5E 1F
Octal 137 5 227 45 141 0 51 425 136 37
Binary 1011111 101 10010111 100101 1100001 0 101001 100010101 1011110 11111

Color Harmonies of #5F0597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0597

Black with #5F0597

Text Example


Text Example

White with #5F0597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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