Html Css Color HEX #5F099D Indigo

📋 copy color: '#5F099D'

red 95 ◦ green 9 ◦ blue 157

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

Shades of Indigo #5F099D

Tints of Indigo #5F099D

RGB

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

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

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

R = 36.4%
G = 3.45%
B = 60.15%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F099D (or 0x5F099D) is known color: Indigo. HEX triplet: 5F, 09 and 9D. RGB value is (95,9,157). Sum of RGB (Red+Green+Blue) = 95+9+157=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F099D is #A0F662. Grayscale: #333333. Windows color (decimal): -10548835 or 10291551. OLE color: 10291551.

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

Color convert

RGB 95 9 157 -
CMYK 0.39 0.94 0 0.38
HSL 274.86º 0.89% 0.33% -
HSV(B) 274.86º 0.94% 0.62% -
XYZ 10.9 5.06 32.3 -
YUV 51.59 187.49 158.97 -
System Red Green Blue C M Y K H S L
Decimal 95 9 157 0.39 0.94 0 0.38 274.86 0.89 0.33
Hex 5F 9 9D 27 5E 0 26 113 59 21
Octal 137 11 235 47 136 0 46 423 131 41
Binary 1011111 1001 10011101 100111 1011110 0 100110 100010011 1011001 100001

Color Harmonies of #5F099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F099D

Black with #5F099D

Text Example


Text Example

White with #5F099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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