#310F6E

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

Shades of Persian Indigo #310F6E

Tints of Persian Indigo #310F6E

Color information

#310F6E (or 0x310F6E) is unknown color: approx Persian Indigo. HEX triplet: 31, 0F and 6E. RGB value is (49,15,110). Sum of RGB (Red+Green+Blue) = 49+15+110=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #310F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310F6E is #CEF091. Grayscale: #232323. Windows color (decimal): -13562002 or 7212849. OLE color: 7212849.

HSL color Cylindrical-coordinate representation of color #310F6E: hue angle of 261.47º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #310F6E is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4915110-
CMYK0.550.8600.57
HSL261.47º76%24.51%-
HSV(B)261.47º86.36%43.14%-
XYZ4.252.1214.94-
YUV36169.76137.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 15 (6.25% from 255) = 8.62%
BLUE value IS 110 (43.36% from 255) = 63.22%
R=28.16%
G=8.62%
B=63.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49151100.550.8600.57261.477624.51
Hex31F6E37560391054c19
Octal61171566712607140511431
Binary1100011111110111011011110101100111001100000101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,15,110); }

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

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

 a { background-color: rgb(49,15,110); }

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

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

 span { border-color: rgb(49,15,110); }

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