Html Css Color HEX #5F168B Indigo

📋 copy color: '#5F168B'

red 95 ◦ green 22 ◦ blue 139

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

Shades of Indigo #5F168B

Tints of Indigo #5F168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.59%

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

R = 37.11%
G = 8.59%
B = 54.3%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F168B (or 0x5F168B) is known color: Indigo. HEX triplet: 5F, 16 and 8B. RGB value is (95,22,139). Sum of RGB (Red+Green+Blue) = 95+22+139=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F168B is #A0E974. Grayscale: #383838. Windows color (decimal): -10545525 or 9115231. OLE color: 9115231.

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

Color convert

RGB 95 22 139 -
CMYK 0.32 0.84 0 0.45
HSL 277.44º 0.73% 0.32% -
HSV(B) 277.44º 0.84% 0.55% -
XYZ 9.67 4.87 24.86 -
YUV 57.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 95 22 139 0.32 0.84 0 0.45 277.44 0.73 0.32
Hex 5F 16 8B 20 54 0 2D 115 49 20
Octal 137 26 213 40 124 0 55 425 111 40
Binary 1011111 10110 10001011 100000 1010100 0 101101 100010101 1001001 100000

Color Harmonies of #5F168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F168B

Black with #5F168B

Text Example


Text Example

White with #5F168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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