Html Css Color HEX #311ED5 Persian Blue

📋 copy color: '#311ED5'

red 49 ◦ green 30 ◦ blue 213

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

Shades of Persian Blue #311ED5

Tints of Persian Blue #311ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 72.95%

R = 16.78%
G = 10.27%
B = 72.95%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#311ED5 (or 0x311ED5) is known color: Persian Blue. HEX triplet: 31, 1E and D5. RGB value is (49,30,213). Sum of RGB (Red+Green+Blue) = 49+30+213=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 213 (83.59% from 255 or 72.95% from 292); Max value from RGB is 213 - color contains mainly: blue. Hex color #311ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311ED5 is #CEE12A. Grayscale: #373737. Windows color (decimal): -13558059 or 13966897. OLE color: 13966897.

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

Color convert

RGB 49 30 213 -
CMYK 0.77 0.86 0 0.16
HSL 246.23º 0.75% 0.48% -
HSV(B) 246.23º 0.86% 0.84% -
XYZ 13.74 6.39 63.46 -
YUV 56.54 216.29 122.62 -
System Red Green Blue C M Y K H S L
Decimal 49 30 213 0.77 0.86 0 0.16 246.23 0.75 0.48
Hex 31 1E D5 4D 56 0 10 F6 4B 30
Octal 61 36 325 115 126 0 20 366 113 60
Binary 110001 11110 11010101 1001101 1010110 0 10000 11110110 1001011 110000

Color Harmonies of #311ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311ED5

Black with #311ED5

Text Example


Text Example

White with #311ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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