Html Css Color HEX #5F149B Indigo

📋 copy color: '#5F149B'

red 95 ◦ green 20 ◦ blue 155

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

Shades of Indigo #5F149B

Tints of Indigo #5F149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

 BLUE value IS 155 (60.94% from 255) = 57.41%

R = 35.19%
G = 7.41%
B = 57.41%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F149B (or 0x5F149B) is known color: Indigo. HEX triplet: 5F, 14 and 9B. RGB value is (95,20,155). Sum of RGB (Red+Green+Blue) = 95+20+155=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F149B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F149B is #A0EB64. Grayscale: #393939. Windows color (decimal): -10546021 or 10163295. OLE color: 10163295.

HSL color Cylindrical-coordinate representation of color #5F149B: hue angle of 273.33º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F149B is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 20 155 -
CMYK 0.39 0.87 0 0.39
HSL 273.33º 0.77% 0.34% -
HSV(B) 273.33º 0.87% 0.61% -
XYZ 10.89 5.3 31.46 -
YUV 57.82 182.85 154.52 -
System Red Green Blue C M Y K H S L
Decimal 95 20 155 0.39 0.87 0 0.39 273.33 0.77 0.34
Hex 5F 14 9B 27 57 0 27 111 4D 22
Octal 137 24 233 47 127 0 47 421 115 42
Binary 1011111 10100 10011011 100111 1010111 0 100111 100010001 1001101 100010

Color Harmonies of #5F149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F149B

Black with #5F149B

Text Example


Text Example

White with #5F149B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,20,155); }

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

background-color css

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

 a { background-color: rgb(95,20,155); }

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

border-color css

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

 span { border-color: rgb(95,20,155); }

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