#311A7F

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

Shades of Persian Indigo #311A7F

Tints of Persian Indigo #311A7F

Color information

#311A7F (or 0x311A7F) is unknown color: approx Persian Indigo. HEX triplet: 31, 1A and 7F. RGB value is (49,26,127). Sum of RGB (Red+Green+Blue) = 49+26+127=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #311A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A7F is #CEE580. Grayscale: #2C2C2C. Windows color (decimal): -13559169 or 8329777. OLE color: 8329777.

HSL color Cylindrical-coordinate representation of color #311A7F: hue angle of 253.66º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311A7F is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4926127-
CMYK0.610.8000.50
HSL253.66º66.01%30%-
HSV(B)253.66º79.53%49.8%-
XYZ5.472.9220.35-
YUV44.39174.62131.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 26 (10.55% from 255) = 12.87%
BLUE value IS 127 (50% from 255) = 62.87%
R=24.26%
G=12.87%
B=62.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49261270.610.8000.50253.6666.0130
Hex311A7F3D50032fe421e
Octal61321777512006237610236
Binary1100011101011111111111011010000011001011111110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,26,127); }

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

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

 a { background-color: rgb(49,26,127); }

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

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

 span { border-color: rgb(49,26,127); }

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