Html Css Color HEX #5F158B Indigo

📋 copy color: '#5F158B'

red 95 ◦ green 21 ◦ blue 139

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

Shades of Indigo #5F158B

Tints of Indigo #5F158B

RGB

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

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

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

R = 37.25%
G = 8.24%
B = 54.51%

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

#5F158B (or 0x5F158B) is known color: Indigo. HEX triplet: 5F, 15 and 8B. RGB value is (95,21,139). Sum of RGB (Red+Green+Blue) = 95+21+139=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F158B is #A0EA74. Grayscale: #383838. Windows color (decimal): -10545781 or 9114975. OLE color: 9114975.

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

Color convert

RGB 95 21 139 -
CMYK 0.32 0.85 0 0.45
HSL 277.63º 0.74% 0.31% -
HSV(B) 277.63º 0.85% 0.55% -
XYZ 9.65 4.83 24.85 -
YUV 56.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 95 21 139 0.32 0.85 0 0.45 277.63 0.74 0.31
Hex 5F 15 8B 20 55 0 2D 116 4A 1F
Octal 137 25 213 40 125 0 55 426 112 37
Binary 1011111 10101 10001011 100000 1010101 0 101101 100010110 1001010 11111

Color Harmonies of #5F158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F158B

Black with #5F158B

Text Example


Text Example

White with #5F158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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