Html Css Color HEX #5F1095 Indigo

📋 copy color: '#5F1095'

red 95 ◦ green 16 ◦ blue 149

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

Shades of Indigo #5F1095

Tints of Indigo #5F1095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

 BLUE value IS 149 (58.59% from 255) = 57.31%

R = 36.54%
G = 6.15%
B = 57.31%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5F1095 (or 0x5F1095) is known color: Indigo. HEX triplet: 5F, 10 and 95. RGB value is (95,16,149). Sum of RGB (Red+Green+Blue) = 95+16+149=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #5F1095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1095 is #A0EF6A. Grayscale: #363636. Windows color (decimal): -10547051 or 9769055. OLE color: 9769055.

HSL color Cylindrical-coordinate representation of color #5F1095: hue angle of 275.64º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F1095 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 95 16 149 -
CMYK 0.36 0.89 0 0.42
HSL 275.64º 0.81% 0.32% -
HSV(B) 275.64º 0.89% 0.58% -
XYZ 10.33 4.97 28.85 -
YUV 54.78 181.17 156.69 -
System Red Green Blue C M Y K H S L
Decimal 95 16 149 0.36 0.89 0 0.42 275.64 0.81 0.32
Hex 5F 10 95 24 59 0 2A 114 51 20
Octal 137 20 225 44 131 0 52 424 121 40
Binary 1011111 10000 10010101 100100 1011001 0 101010 100010100 1010001 100000

Color Harmonies of #5F1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1095

Black with #5F1095

Text Example


Text Example

White with #5F1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,16,149); }

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

background-color css

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

 a { background-color: rgb(95,16,149); }

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

border-color css

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

 span { border-color: rgb(95,16,149); }

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