#310162

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

Shades of Persian Indigo #310162

Tints of Persian Indigo #310162

Color information

#310162 (or 0x310162) is unknown color: approx Persian Indigo. HEX triplet: 31, 01 and 62. RGB value is (49,1,98). Sum of RGB (Red+Green+Blue) = 49+1+98=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #310162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310162 is #CEFE9D. Grayscale: #1A1A1A. Windows color (decimal): -13565598 or 6422833. OLE color: 6422833.

HSL color Cylindrical-coordinate representation of color #310162: hue angle of 269.69º 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 #310162 is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB49198-
CMYK0.50.9900.62
HSL269.69º97.98%19.41%-
HSV(B)269.69º98.98%38.43%-
XYZ3.481.5611.67-
YUV26.41168.4144.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 98 (38.67% from 255) = 66.22%
R=33.11%
G=0.68%
B=66.22%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal491980.50.9900.62269.6997.9819.41
Hex31162326303E10e6213
Octal6111426214307641614223
Binary1100011110001011001011000110111110100001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310162; }

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

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

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

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

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

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

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

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