#310B68

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

Shades of Persian Indigo #310B68

Tints of Persian Indigo #310B68

Color information

#310B68 (or 0x310B68) is unknown color: approx Persian Indigo. HEX triplet: 31, 0B and 68. RGB value is (49,11,104). Sum of RGB (Red+Green+Blue) = 49+11+104=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #310B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310B68 is #CEF497. Grayscale: #202020. Windows color (decimal): -13563032 or 6818609. OLE color: 6818609.

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

Color convert

RGB4911104-
CMYK0.530.8900.59
HSL264.52º80.87%22.55%-
HSV(B)264.52º89.42%40.78%-
XYZ3.881.8913.26-
YUV32.96168.09139.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 11 (4.69% from 255) = 6.71%
BLUE value IS 104 (41.02% from 255) = 63.41%
R=29.88%
G=6.71%
B=63.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49111040.530.8900.59264.5280.8722.55
Hex31B68355903B1095117
Octal61131506513107341112127
Binary1100011011110100011010110110010111011100001001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310B68; }

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

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

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

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

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

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

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

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