#310E74

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

Shades of Persian Indigo #310E74

Tints of Persian Indigo #310E74

Color information

#310E74 (or 0x310E74) is unknown color: approx Persian Indigo. HEX triplet: 31, 0E and 74. RGB value is (49,14,116). Sum of RGB (Red+Green+Blue) = 49+14+116=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 116 (45.70% from 255 or 64.80% from 179); Max value from RGB is 116 - color contains mainly: blue. Hex color #310E74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310E74 is #CEF18B. Grayscale: #232323. Windows color (decimal): -13562252 or 7605809. OLE color: 7605809.

HSL color Cylindrical-coordinate representation of color #310E74: hue angle of 260.59º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #310E74 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4914116-
CMYK0.580.8800.55
HSL260.59º78.46%25.49%-
HSV(B)260.59º87.93%45.49%-
XYZ4.582.2316.71-
YUV36.09173.1137.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 14 (5.86% from 255) = 7.82%
BLUE value IS 116 (45.70% from 255) = 64.80%
R=27.37%
G=7.82%
B=64.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49141160.580.8800.55260.5978.4625.49
Hex31E743A580371054e19
Octal61161647213006740511631
Binary1100011110111010011101010110000110111100000101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,14,116); }

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

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

 a { background-color: rgb(49,14,116); }

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

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

 span { border-color: rgb(49,14,116); }

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