Html Css Color HEX #5F096D Indigo

📋 copy color: '#5F096D'

red 95 ◦ green 9 ◦ blue 109

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

Shades of Indigo #5F096D

Tints of Indigo #5F096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 51.17%

R = 44.6%
G = 4.23%
B = 51.17%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5F096D (or 0x5F096D) is known color: Indigo. HEX triplet: 5F, 09 and 6D. RGB value is (95,9,109). Sum of RGB (Red+Green+Blue) = 95+9+109=213 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.60% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F096D is #A0F692. Grayscale: #2D2D2D. Windows color (decimal): -10548883 or 7145823. OLE color: 7145823.

HSL color Cylindrical-coordinate representation of color #5F096D: hue angle of 291.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F096D is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 95 9 109 -
CMYK 0.13 0.92 0 0.57
HSL 291.6º 0.85% 0.23% -
HSV(B) 291.6º 0.92% 0.43% -
XYZ 7.58 3.73 14.79 -
YUV 46.11 163.49 162.87 -
System Red Green Blue C M Y K H S L
Decimal 95 9 109 0.13 0.92 0 0.57 291.6 0.85 0.23
Hex 5F 9 6D D 5C 0 39 124 55 17
Octal 137 11 155 15 134 0 71 444 125 27
Binary 1011111 1001 1101101 1101 1011100 0 111001 100100100 1010101 10111

Color Harmonies of #5F096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F096D

Black with #5F096D

Text Example


Text Example

White with #5F096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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