Html Css Color HEX #5F138C Indigo

📋 copy color: '#5F138C'

red 95 ◦ green 19 ◦ blue 140

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

Shades of Indigo #5F138C

Tints of Indigo #5F138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

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

R = 37.4%
G = 7.48%
B = 55.12%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F138C (or 0x5F138C) is known color: Indigo. HEX triplet: 5F, 13 and 8C. RGB value is (95,19,140). Sum of RGB (Red+Green+Blue) = 95+19+140=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F138C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F138C is #A0EC73. Grayscale: #373737. Windows color (decimal): -10546292 or 9179999. OLE color: 9179999.

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

Color convert

RGB 95 19 140 -
CMYK 0.32 0.86 0 0.45
HSL 277.69º 0.76% 0.31% -
HSV(B) 277.69º 0.86% 0.55% -
XYZ 9.69 4.79 25.23 -
YUV 55.52 175.68 156.16 -
System Red Green Blue C M Y K H S L
Decimal 95 19 140 0.32 0.86 0 0.45 277.69 0.76 0.31
Hex 5F 13 8C 20 56 0 2D 116 4C 1F
Octal 137 23 214 40 126 0 55 426 114 37
Binary 1011111 10011 10001100 100000 1010110 0 101101 100010110 1001100 11111

Color Harmonies of #5F138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F138C

Black with #5F138C

Text Example


Text Example

White with #5F138C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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