#311E7A

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

Shades of Persian Indigo #311E7A

Tints of Persian Indigo #311E7A

Color information

#311E7A (or 0x311E7A) is unknown color: approx Persian Indigo. HEX triplet: 31, 1E and 7A. RGB value is (49,30,122). Sum of RGB (Red+Green+Blue) = 49+30+122=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #311E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311E7A is #CEE185. Grayscale: #2D2D2D. Windows color (decimal): -13558150 or 8003121. OLE color: 8003121.

HSL color Cylindrical-coordinate representation of color #311E7A: hue angle of 252.39º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #311E7A is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4930122-
CMYK0.600.7500.52
HSL252.39º60.53%29.8%-
HSV(B)252.39º75.41%47.84%-
XYZ5.242.9918.71-
YUV46.17170.79130.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 30 (12.11% from 255) = 14.93%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=24.38%
G=14.93%
B=60.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49301220.600.7500.52252.3960.5329.8
Hex311E7A3C4B034fc3d1e
Octal6136172741130643747536
Binary110001111101111010111100100101101101001111110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311E7A; }

 p { color: rgb(49,30,122); }

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

<style>
 a { background-color: #311E7A; }

 a { background-color: rgb(49,30,122); }

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

<style>
 span { border-color: #311E7A; }

 span { border-color: rgb(49,30,122); }

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