#310463

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

Shades of Persian Indigo #310463

Tints of Persian Indigo #310463

Color information

#310463 (or 0x310463) is unknown color: approx Persian Indigo. HEX triplet: 31, 04 and 63. RGB value is (49,4,99). Sum of RGB (Red+Green+Blue) = 49+4+99=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #310463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310463 is #CEFB9C. Grayscale: #1B1B1B. Windows color (decimal): -13564829 or 6489137. OLE color: 6489137.

HSL color Cylindrical-coordinate representation of color #310463: hue angle of 268.42º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310463 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB49499-
CMYK0.510.9600.61
HSL268.42º92.23%20.2%-
HSV(B)268.42º95.96%38.82%-
XYZ3.561.6411.93-
YUV28.28167.91142.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 99 (39.06% from 255) = 65.13%
R=32.24%
G=2.63%
B=65.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal494990.510.9600.61268.4292.2320.2
Hex31463336003D10c5c14
Octal6141436314007541413424
Binary110001100110001111001111000000111101100001100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310463; }

 p { color: rgb(49,4,99); }

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

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

 a { background-color: rgb(49,4,99); }

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

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

 span { border-color: rgb(49,4,99); }

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