Html Css Color HEX #5F0197 Indigo

📋 copy color: '#5F0197'

red 95 ◦ green 1 ◦ blue 151

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

Shades of Indigo #5F0197

Tints of Indigo #5F0197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 38.46%
G = 0.4%
B = 61.13%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5F0197 (or 0x5F0197) is known color: Indigo. HEX triplet: 5F, 01 and 97. RGB value is (95,1,151). Sum of RGB (Red+Green+Blue) = 95+1+151=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #5F0197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0197 is #A0FE68. Grayscale: #2D2D2D. Windows color (decimal): -10550889 or 9896287. OLE color: 9896287.

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

Color convert

RGB 95 1 151 -
CMYK 0.37 0.99 0 0.41
HSL 277.6º 0.99% 0.3% -
HSV(B) 277.6º 0.99% 0.59% -
XYZ 10.32 4.69 29.64 -
YUV 46.21 187.14 162.8 -
System Red Green Blue C M Y K H S L
Decimal 95 1 151 0.37 0.99 0 0.41 277.6 0.99 0.3
Hex 5F 1 97 25 63 0 29 116 63 1E
Octal 137 1 227 45 143 0 51 426 143 36
Binary 1011111 1 10010111 100101 1100011 0 101001 100010110 1100011 11110

Color Harmonies of #5F0197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0197

Black with #5F0197

Text Example


Text Example

White with #5F0197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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