#5F169E

Color #5F169E Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5F169E

Tints of Indigo #5F169E

Color information

#5F169E (or 0x5F169E) is unknown color: approx Indigo. HEX triplet: 5F, 16 and 9E. RGB value is (95,22,158). Sum of RGB (Red+Green+Blue) = 95+22+158=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F169E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F169E is #A0E961. Grayscale: #3A3A3A. Windows color (decimal): -10545506 or 10360415. OLE color: 10360415.

HSL color Cylindrical-coordinate representation of color #5F169E: hue angle of 272.21º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F169E is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9522158-
CMYK0.400.8600.38
HSL272.21º75.56%35.29%-
HSV(B)272.21º86.08%61.96%-
XYZ11.185.4832.82-
YUV59.33183.68153.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.55%
GREEN value IS 22 (8.98% from 255) = 8%
BLUE value IS 158 (62.11% from 255) = 57.45%
R=34.55%
G=8%
B=57.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95221580.400.8600.38272.2175.5635.29
Hex5F169E28560261104c23
Octal137262365012604642011443
Binary10111111011010011110101000101011001001101000100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F169E;
 }
 .AnyTagClassName
 {
   color: #5F169E;
 }
</style>
background-color css

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

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

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

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

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

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