#310161

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

Shades of Persian Indigo #310161

Tints of Persian Indigo #310161

Color information

#310161 (or 0x310161) is unknown color: approx Persian Indigo. HEX triplet: 31, 01 and 61. RGB value is (49,1,97). Sum of RGB (Red+Green+Blue) = 49+1+97=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #310161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310161 is #CEFE9E. Grayscale: #191919. Windows color (decimal): -13565599 or 6357297. OLE color: 6357297.

HSL color Cylindrical-coordinate representation of color #310161: hue angle of 270º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #310161 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB49197-
CMYK0.490.9900.62
HSL270º97.96%19.22%-
HSV(B)270º98.97%38.04%-
XYZ3.441.5411.43-
YUV26.3167.9144.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 97 (38.28% from 255) = 65.99%
R=33.33%
G=0.68%
B=65.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal491970.490.9900.6227097.9619.22
Hex31161316303E10e6213
Octal6111416114307641614223
Binary1100011110000111000111000110111110100001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310161; }

 p { color: rgb(49,1,97); }

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

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

 a { background-color: rgb(49,1,97); }

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

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

 span { border-color: rgb(49,1,97); }

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