Html Css Color HEX #5F0573 Indigo

📋 copy color: '#5F0573'

red 95 ◦ green 5 ◦ blue 115

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

Shades of Indigo #5F0573

Tints of Indigo #5F0573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.33%

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

R = 44.19%
G = 2.33%
B = 53.49%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5F0573 (or 0x5F0573) is known color: Indigo. HEX triplet: 5F, 05 and 73. RGB value is (95,5,115). Sum of RGB (Red+Green+Blue) = 95+5+115=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F0573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0573 is #A0FA8C. Grayscale: #2C2C2C. Windows color (decimal): -10549901 or 7538015. OLE color: 7538015.

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

Color convert

RGB 95 5 115 -
CMYK 0.17 0.96 0 0.55
HSL 289.09º 0.92% 0.24% -
HSV(B) 289.09º 0.96% 0.45% -
XYZ 7.87 3.78 16.53 -
YUV 44.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 95 5 115 0.17 0.96 0 0.55 289.09 0.92 0.24
Hex 5F 5 73 11 60 0 37 121 5C 18
Octal 137 5 163 21 140 0 67 441 134 30
Binary 1011111 101 1110011 10001 1100000 0 110111 100100001 1011100 11000

Color Harmonies of #5F0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0573

Black with #5F0573

Text Example


Text Example

White with #5F0573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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