#31056E

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

Shades of Persian Indigo #31056E

Tints of Persian Indigo #31056E

Color information

#31056E (or 0x31056E) is unknown color: approx Persian Indigo. HEX triplet: 31, 05 and 6E. RGB value is (49,5,110). Sum of RGB (Red+Green+Blue) = 49+5+110=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #31056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31056E is #CEFA91. Grayscale: #1D1D1D. Windows color (decimal): -13564562 or 7210289. OLE color: 7210289.

HSL color Cylindrical-coordinate representation of color #31056E: hue angle of 265.14º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31056E is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB495110-
CMYK0.550.9500.57
HSL265.14º91.3%22.55%-
HSV(B)265.14º95.45%43.14%-
XYZ4.141.8914.9-
YUV30.13173.08141.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 110 (43.36% from 255) = 67.07%
R=29.88%
G=3.05%
B=67.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4951100.550.9500.57265.1491.322.55
Hex3156E375F0391095b17
Octal6151566713707141113327
Binary110001101110111011011110111110111001100001001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31056E; }

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

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

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

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

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

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

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

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