Html Css Color HEX #312BDB Persian Blue

📋 copy color: '#312BDB'

red 49 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #312BDB

Tints of Persian Blue #312BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

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

R = 15.76%
G = 13.83%
B = 70.42%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#312BDB (or 0x312BDB) is known color: Persian Blue. HEX triplet: 31, 2B and DB. RGB value is (49,43,219). Sum of RGB (Red+Green+Blue) = 49+43+219=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #312BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312BDB is #CED424. Grayscale: #404040. Windows color (decimal): -13554725 or 14363441. OLE color: 14363441.

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

Color convert

RGB 49 43 219 -
CMYK 0.78 0.80 0 0.14
HSL 242.05º 0.71% 0.51% -
HSV(B) 242.05º 0.8% 0.86% -
XYZ 14.92 7.5 67.68 -
YUV 64.86 214.99 116.69 -
System Red Green Blue C M Y K H S L
Decimal 49 43 219 0.78 0.80 0 0.14 242.05 0.71 0.51
Hex 31 2B DB 4E 50 0 E F2 47 33
Octal 61 53 333 116 120 0 16 362 107 63
Binary 110001 101011 11011011 1001110 1010000 0 1110 11110010 1000111 110011

Color Harmonies of #312BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312BDB

Black with #312BDB

Text Example


Text Example

White with #312BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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