Html Css Color HEX #5F0E9F Indigo

📋 copy color: '#5F0E9F'

red 95 ◦ green 14 ◦ blue 159

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

Shades of Indigo #5F0E9F

Tints of Indigo #5F0E9F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.22%

 BLUE value IS 159 (62.5% from 255) = 59.33%

R = 35.45%
G = 5.22%
B = 59.33%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F0E9F (or 0x5F0E9F) is known color: Indigo. HEX triplet: 5F, 0E and 9F. RGB value is (95,14,159). Sum of RGB (Red+Green+Blue) = 95+14+159=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F0E9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0E9F is #A0F160. Grayscale: #363636. Windows color (decimal): -10547553 or 10423903. OLE color: 10423903.

HSL color Cylindrical-coordinate representation of color #5F0E9F: hue angle of 273.52º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F0E9F is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 14 159 -
CMYK 0.40 0.91 0 0.38
HSL 273.52º 0.84% 0.34% -
HSV(B) 273.52º 0.91% 0.62% -
XYZ 11.13 5.25 33.23 -
YUV 54.75 186.84 156.71 -
System Red Green Blue C M Y K H S L
Decimal 95 14 159 0.40 0.91 0 0.38 273.52 0.84 0.34
Hex 5F E 9F 28 5B 0 26 112 54 22
Octal 137 16 237 50 133 0 46 422 124 42
Binary 1011111 1110 10011111 101000 1011011 0 100110 100010010 1010100 100010

Color Harmonies of #5F0E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0E9F

Black with #5F0E9F

Text Example


Text Example

White with #5F0E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,14,159); }

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

background-color css

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

 a { background-color: rgb(95,14,159); }

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

border-color css

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

 span { border-color: rgb(95,14,159); }

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