Html Css Color HEX #5F098D Indigo

📋 copy color: '#5F098D'

red 95 ◦ green 9 ◦ blue 141

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

Shades of Indigo #5F098D

Tints of Indigo #5F098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 57.55%

R = 38.78%
G = 3.67%
B = 57.55%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F098D (or 0x5F098D) is known color: Indigo. HEX triplet: 5F, 09 and 8D. RGB value is (95,9,141). Sum of RGB (Red+Green+Blue) = 95+9+141=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F098D is #A0F672. Grayscale: #313131. Windows color (decimal): -10548851 or 9242975. OLE color: 9242975.

HSL color Cylindrical-coordinate representation of color #5F098D: hue angle of 279.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F098D is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 95 9 141 -
CMYK 0.33 0.94 0 0.45
HSL 279.09º 0.88% 0.29% -
HSV(B) 279.09º 0.94% 0.55% -
XYZ 9.62 4.55 25.57 -
YUV 49.76 179.49 160.27 -
System Red Green Blue C M Y K H S L
Decimal 95 9 141 0.33 0.94 0 0.45 279.09 0.88 0.29
Hex 5F 9 8D 21 5E 0 2D 117 58 1D
Octal 137 11 215 41 136 0 55 427 130 35
Binary 1011111 1001 10001101 100001 1011110 0 101101 100010111 1011000 11101

Color Harmonies of #5F098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F098D

Black with #5F098D

Text Example


Text Example

White with #5F098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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