#311DD4

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

Shades of Persian Blue #311DD4

Tints of Persian Blue #311DD4

Color information

#311DD4 (or 0x311DD4) is unknown color: approx Persian Blue. HEX triplet: 31, 1D and D4. RGB value is (49,29,212). Sum of RGB (Red+Green+Blue) = 49+29+212=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 212 (83.20% from 255 or 73.10% from 290); Max value from RGB is 212 - color contains mainly: blue. Hex color #311DD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311DD4 is #CEE22B. Grayscale: #373737. Windows color (decimal): -13558316 or 13901105. OLE color: 13901105.

HSL color Cylindrical-coordinate representation of color #311DD4: hue angle of 246.56º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #311DD4 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4929212-
CMYK0.770.8600.17
HSL246.56º75.93%47.25%-
HSV(B)246.56º86.32%83.14%-
XYZ13.596.2962.78-
YUV55.84216.13123.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 29 (11.72% from 255) = 10%
BLUE value IS 212 (83.20% from 255) = 73.10%
R=16.90%
G=10%
B=73.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal49292120.770.8600.17246.5675.9347.25
Hex311DD44D56011f74c2f
Octal613532411512602136711457
Binary110001111011101010010011011010110010001111101111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,29,212); }

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

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

 a { background-color: rgb(49,29,212); }

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

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

 span { border-color: rgb(49,29,212); }

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