Html Css Color HEX #312EDB Persian Blue

📋 copy color: '#312EDB'

red 49 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #312EDB

Tints of Persian Blue #312EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.65%

 BLUE value IS 219 (85.94% from 255) = 69.75%

R = 15.61%
G = 14.65%
B = 69.75%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#312EDB (or 0x312EDB) is known color: Persian Blue. HEX triplet: 31, 2E and DB. RGB value is (49,46,219). Sum of RGB (Red+Green+Blue) = 49+46+219=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #312EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312EDB is #CED124. Grayscale: #414141. Windows color (decimal): -13553957 or 14364209. OLE color: 14364209.

HSL color Cylindrical-coordinate representation of color #312EDB: hue angle of 241.04º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #312EDB is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 46 219 -
CMYK 0.78 0.79 0 0.14
HSL 241.04º 0.71% 0.52% -
HSV(B) 241.04º 0.79% 0.86% -
XYZ 15.03 7.72 67.72 -
YUV 66.62 213.99 115.43 -
System Red Green Blue C M Y K H S L
Decimal 49 46 219 0.78 0.79 0 0.14 241.04 0.71 0.52
Hex 31 2E DB 4E 4F 0 E F1 47 34
Octal 61 56 333 116 117 0 16 361 107 64
Binary 110001 101110 11011011 1001110 1001111 0 1110 11110001 1000111 110100

Color Harmonies of #312EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312EDB

Black with #312EDB

Text Example


Text Example

White with #312EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312EDB; }

 p { color: rgb(49,46,219); }

 H1.HeaderClassName
 {
   color: #312EDB;
 }
 .AnyTagClassName
 {
   color: #312EDB;
 }
</style>

background-color css

<style>
 a { background-color: #312EDB; }

 a { background-color: rgb(49,46,219); }

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

border-color css

<style>
 span { border-color: #312EDB; }

 span { border-color: rgb(49,46,219); }

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