#310663

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

Shades of Persian Indigo #310663

Tints of Persian Indigo #310663

Color information

#310663 (or 0x310663) is unknown color: approx Persian Indigo. HEX triplet: 31, 06 and 63. RGB value is (49,6,99). Sum of RGB (Red+Green+Blue) = 49+6+99=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #310663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310663 is #CEF99C. Grayscale: #1D1D1D. Windows color (decimal): -13564317 or 6489649. OLE color: 6489649.

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

Color convert

RGB49699-
CMYK0.510.9400.61
HSL267.74º88.57%20.59%-
HSV(B)267.74º93.94%38.82%-
XYZ3.581.6811.94-
YUV29.46167.25141.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 6 (2.73% from 255) = 3.90%
BLUE value IS 99 (39.06% from 255) = 64.29%
R=31.82%
G=3.90%
B=64.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal496990.510.9400.61267.7488.5720.59
Hex31663335E03D10c5915
Octal6161436313607541413125
Binary110001110110001111001110111100111101100001100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310663; }

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

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

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

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

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

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

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

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