Html Css Color HEX #5F0973 Indigo

📋 copy color: '#5F0973'

red 95 ◦ green 9 ◦ blue 115

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

Shades of Indigo #5F0973

Tints of Indigo #5F0973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.11%

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 43.38%
G = 4.11%
B = 52.51%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5F0973 (or 0x5F0973) is known color: Indigo. HEX triplet: 5F, 09 and 73. RGB value is (95,9,115). Sum of RGB (Red+Green+Blue) = 95+9+115=219 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.38% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F0973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0973 is #A0F68C. Grayscale: #2E2E2E. Windows color (decimal): -10548877 or 7539039. OLE color: 7539039.

HSL color Cylindrical-coordinate representation of color #5F0973: hue angle of 288.68º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F0973 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 9 115 -
CMYK 0.17 0.92 0 0.55
HSL 288.68º 0.85% 0.24% -
HSV(B) 288.68º 0.92% 0.45% -
XYZ 7.91 3.87 16.55 -
YUV 46.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 95 9 115 0.17 0.92 0 0.55 288.68 0.85 0.24
Hex 5F 9 73 11 5C 0 37 121 55 18
Octal 137 11 163 21 134 0 67 441 125 30
Binary 1011111 1001 1110011 10001 1011100 0 110111 100100001 1010101 11000

Color Harmonies of #5F0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0973

Black with #5F0973

Text Example


Text Example

White with #5F0973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,9,115); }

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

background-color css

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

 a { background-color: rgb(95,9,115); }

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

border-color css

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

 span { border-color: rgb(95,9,115); }

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