Html Css Color HEX #5F1699 Indigo

📋 copy color: '#5F1699'

red 95 ◦ green 22 ◦ blue 153

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

Shades of Indigo #5F1699

Tints of Indigo #5F1699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.15%

 BLUE value IS 153 (60.16% from 255) = 56.67%

R = 35.19%
G = 8.15%
B = 56.67%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5F1699 (or 0x5F1699) is known color: Indigo. HEX triplet: 5F, 16 and 99. RGB value is (95,22,153). Sum of RGB (Red+Green+Blue) = 95+22+153=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F1699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1699 is #A0E966. Grayscale: #3A3A3A. Windows color (decimal): -10545511 or 10032735. OLE color: 10032735.

HSL color Cylindrical-coordinate representation of color #5F1699: hue angle of 273.44º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F1699 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 95 22 153 -
CMYK 0.38 0.86 0 0.4
HSL 273.44º 0.75% 0.34% -
HSV(B) 273.44º 0.86% 0.6% -
XYZ 10.76 5.31 30.59 -
YUV 58.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 95 22 153 0.38 0.86 0 0.4 273.44 0.75 0.34
Hex 5F 16 99 26 56 0 28 111 4B 22
Octal 137 26 231 46 126 0 50 421 113 42
Binary 1011111 10110 10011001 100110 1010110 0 101000 100010001 1001011 100010

Color Harmonies of #5F1699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1699

Black with #5F1699

Text Example


Text Example

White with #5F1699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,22,153); }

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

background-color css

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

 a { background-color: rgb(95,22,153); }

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

border-color css

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

 span { border-color: rgb(95,22,153); }

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