Html Css Color HEX #5F1097 Indigo

📋 copy color: '#5F1097'

red 95 ◦ green 16 ◦ blue 151

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

Shades of Indigo #5F1097

Tints of Indigo #5F1097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

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

R = 36.26%
G = 6.11%
B = 57.63%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5F1097 (or 0x5F1097) is known color: Indigo. HEX triplet: 5F, 10 and 97. RGB value is (95,16,151). Sum of RGB (Red+Green+Blue) = 95+16+151=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 151 (59.38% from 255 or 57.63% from 262); Max value from RGB is 151 - color contains mainly: blue. Hex color #5F1097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1097 is #A0EF68. Grayscale: #363636. Windows color (decimal): -10547049 or 9900127. OLE color: 9900127.

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

Color convert

RGB 95 16 151 -
CMYK 0.37 0.89 0 0.41
HSL 275.11º 0.81% 0.33% -
HSV(B) 275.11º 0.89% 0.59% -
XYZ 10.49 5.04 29.7 -
YUV 55.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 95 16 151 0.37 0.89 0 0.41 275.11 0.81 0.33
Hex 5F 10 97 25 59 0 29 113 51 21
Octal 137 20 227 45 131 0 51 423 121 41
Binary 1011111 10000 10010111 100101 1011001 0 101001 100010011 1010001 100001

Color Harmonies of #5F1097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1097

Black with #5F1097

Text Example


Text Example

White with #5F1097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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