Html Css Color HEX #5F059D Indigo

📋 copy color: '#5F059D'

red 95 ◦ green 5 ◦ blue 157

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

Shades of Indigo #5F059D

Tints of Indigo #5F059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 61.09%

R = 36.96%
G = 1.95%
B = 61.09%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F059D (or 0x5F059D) is known color: Indigo. HEX triplet: 5F, 05 and 9D. RGB value is (95,5,157). Sum of RGB (Red+Green+Blue) = 95+5+157=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F059D is #A0FA62. Grayscale: #303030. Windows color (decimal): -10549859 or 10290527. OLE color: 10290527.

HSL color Cylindrical-coordinate representation of color #5F059D: hue angle of 275.53º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F059D is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 5 157 -
CMYK 0.39 0.97 0 0.38
HSL 275.53º 0.94% 0.32% -
HSV(B) 275.53º 0.97% 0.62% -
XYZ 10.86 4.98 32.29 -
YUV 49.24 188.82 160.64 -
System Red Green Blue C M Y K H S L
Decimal 95 5 157 0.39 0.97 0 0.38 275.53 0.94 0.32
Hex 5F 5 9D 27 61 0 26 114 5E 20
Octal 137 5 235 47 141 0 46 424 136 40
Binary 1011111 101 10011101 100111 1100001 0 100110 100010100 1011110 100000

Color Harmonies of #5F059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F059D

Black with #5F059D

Text Example


Text Example

White with #5F059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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