#310668

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

Shades of Persian Indigo #310668

Tints of Persian Indigo #310668

Color information

#310668 (or 0x310668) is unknown color: approx Persian Indigo. HEX triplet: 31, 06 and 68. RGB value is (49,6,104). Sum of RGB (Red+Green+Blue) = 49+6+104=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #310668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310668 is #CEF997. Grayscale: #1D1D1D. Windows color (decimal): -13564312 or 6817329. OLE color: 6817329.

HSL color Cylindrical-coordinate representation of color #310668: hue angle of 266.33º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310668 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB496104-
CMYK0.530.9400.59
HSL266.33º89.09%21.57%-
HSV(B)266.33º94.23%40.78%-
XYZ3.831.7813.24-
YUV30.03169.75141.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 104 (41.02% from 255) = 65.41%
R=30.82%
G=3.77%
B=65.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4961040.530.9400.59266.3389.0921.57
Hex31668355E03B10a5916
Octal6161506513607341213126
Binary110001110110100011010110111100111011100001010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310668; }

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

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

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

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

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

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

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

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