Html Css Color HEX #5F189D Indigo

📋 copy color: '#5F189D'

red 95 ◦ green 24 ◦ blue 157

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

Shades of Indigo #5F189D

Tints of Indigo #5F189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

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

R = 34.42%
G = 8.7%
B = 56.88%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F189D (or 0x5F189D) is known color: Indigo. HEX triplet: 5F, 18 and 9D. RGB value is (95,24,157). Sum of RGB (Red+Green+Blue) = 95+24+157=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F189D is #A0E762. Grayscale: #3B3B3B. Windows color (decimal): -10544995 or 10295391. OLE color: 10295391.

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

Color convert

RGB 95 24 157 -
CMYK 0.39 0.85 0 0.38
HSL 272.03º 0.73% 0.35% -
HSV(B) 272.03º 0.85% 0.62% -
XYZ 11.13 5.52 32.38 -
YUV 60.39 182.52 152.69 -
System Red Green Blue C M Y K H S L
Decimal 95 24 157 0.39 0.85 0 0.38 272.03 0.73 0.35
Hex 5F 18 9D 27 55 0 26 110 49 23
Octal 137 30 235 47 125 0 46 420 111 43
Binary 1011111 11000 10011101 100111 1010101 0 100110 100010000 1001001 100011

Color Harmonies of #5F189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F189D

Black with #5F189D

Text Example


Text Example

White with #5F189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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