Html Css Color HEX #5F158C Indigo

📋 copy color: '#5F158C'

red 95 ◦ green 21 ◦ blue 140

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

Shades of Indigo #5F158C

Tints of Indigo #5F158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

 BLUE value IS 140 (55.08% from 255) = 54.69%

R = 37.11%
G = 8.2%
B = 54.69%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F158C (or 0x5F158C) is known color: Indigo. HEX triplet: 5F, 15 and 8C. RGB value is (95,21,140). Sum of RGB (Red+Green+Blue) = 95+21+140=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F158C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F158C is #A0EA73. Grayscale: #383838. Windows color (decimal): -10545780 or 9180511. OLE color: 9180511.

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

Color convert

RGB 95 21 140 -
CMYK 0.32 0.85 0 0.45
HSL 277.31º 0.74% 0.32% -
HSV(B) 277.31º 0.85% 0.55% -
XYZ 9.72 4.86 25.24 -
YUV 56.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 95 21 140 0.32 0.85 0 0.45 277.31 0.74 0.32
Hex 5F 15 8C 20 55 0 2D 115 4A 20
Octal 137 25 214 40 125 0 55 425 112 40
Binary 1011111 10101 10001100 100000 1010101 0 101101 100010101 1001010 100000

Color Harmonies of #5F158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F158C

Black with #5F158C

Text Example


Text Example

White with #5F158C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,21,140); }

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

background-color css

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

 a { background-color: rgb(95,21,140); }

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

border-color css

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

 span { border-color: rgb(95,21,140); }

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