#310D68

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

Shades of Persian Indigo #310D68

Tints of Persian Indigo #310D68

Color information

#310D68 (or 0x310D68) is unknown color: approx Persian Indigo. HEX triplet: 31, 0D and 68. RGB value is (49,13,104). Sum of RGB (Red+Green+Blue) = 49+13+104=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #310D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310D68 is #CEF297. Grayscale: #212121. Windows color (decimal): -13562520 or 6819121. OLE color: 6819121.

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

Color convert

RGB4913104-
CMYK0.530.8800.59
HSL263.74º77.78%22.94%-
HSV(B)263.74º87.5%40.78%-
XYZ3.911.9413.27-
YUV34.14167.43138.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 104 (41.02% from 255) = 62.65%
R=29.52%
G=7.83%
B=62.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49131040.530.8800.59263.7477.7822.94
Hex31D68355803B1084e17
Octal61151506513007341011627
Binary1100011101110100011010110110000111011100001000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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