Html Css Color HEX #5F188B Indigo

📋 copy color: '#5F188B'

red 95 ◦ green 24 ◦ blue 139

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

Shades of Indigo #5F188B

Tints of Indigo #5F188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.88%

R = 36.82%
G = 9.3%
B = 53.88%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F188B (or 0x5F188B) is known color: Indigo. HEX triplet: 5F, 18 and 8B. RGB value is (95,24,139). Sum of RGB (Red+Green+Blue) = 95+24+139=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F188B is #A0E774. Grayscale: #393939. Windows color (decimal): -10545013 or 9115743. OLE color: 9115743.

HSL color Cylindrical-coordinate representation of color #5F188B: hue angle of 277.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F188B is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 95 24 139 -
CMYK 0.32 0.83 0 0.45
HSL 277.04º 0.71% 0.32% -
HSV(B) 277.04º 0.83% 0.55% -
XYZ 9.71 4.95 24.87 -
YUV 58.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 95 24 139 0.32 0.83 0 0.45 277.04 0.71 0.32
Hex 5F 18 8B 20 53 0 2D 115 47 20
Octal 137 30 213 40 123 0 55 425 107 40
Binary 1011111 11000 10001011 100000 1010011 0 101101 100010101 1000111 100000

Color Harmonies of #5F188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F188B

Black with #5F188B

Text Example


Text Example

White with #5F188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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