Html Css Color HEX #311ED2 Persian Blue

📋 copy color: '#311ED2'

red 49 ◦ green 30 ◦ blue 210

#311ED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #311ED2

Tints of Persian Blue #311ED2

RGB

 RED value IS 49 (19.53% from 255) = 16.96%

 GREEN value IS 30 (12.11% from 255) = 10.38%

 BLUE value IS 210 (82.42% from 255) = 72.66%

R = 16.96%
G = 10.38%
B = 72.66%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#311ED2 (or 0x311ED2) is known color: Persian Blue. HEX triplet: 31, 1E and D2. RGB value is (49,30,210). Sum of RGB (Red+Green+Blue) = 49+30+210=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 210 (82.42% from 255 or 72.66% from 289); Max value from RGB is 210 - color contains mainly: blue. Hex color #311ED2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311ED2 is #CEE12D. Grayscale: #373737. Windows color (decimal): -13558062 or 13770289. OLE color: 13770289.

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

Color convert

RGB 49 30 210 -
CMYK 0.77 0.86 0 0.18
HSL 246.33º 0.75% 0.47% -
HSV(B) 246.33º 0.86% 0.82% -
XYZ 13.36 6.23 61.47 -
YUV 56.2 214.79 122.86 -
System Red Green Blue C M Y K H S L
Decimal 49 30 210 0.77 0.86 0 0.18 246.33 0.75 0.47
Hex 31 1E D2 4D 56 0 12 F6 4B 2F
Octal 61 36 322 115 126 0 22 366 113 57
Binary 110001 11110 11010010 1001101 1010110 0 10010 11110110 1001011 101111

Color Harmonies of #311ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311ED2

Black with #311ED2

Text Example


Text Example

White with #311ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #311ED2;
 }
 .AnyTagClassName
 {
   color: #311ED2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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