Html Css Color HEX #312FDB Persian Blue

📋 copy color: '#312FDB'

red 49 ◦ green 47 ◦ blue 219

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

Shades of Persian Blue #312FDB

Tints of Persian Blue #312FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.92%

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

R = 15.56%
G = 14.92%
B = 69.52%

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

#312FDB (or 0x312FDB) is known color: Persian Blue. HEX triplet: 31, 2F and DB. RGB value is (49,47,219). Sum of RGB (Red+Green+Blue) = 49+47+219=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #312FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312FDB is #CED024. Grayscale: #424242. Windows color (decimal): -13553701 or 14364465. OLE color: 14364465.

HSL color Cylindrical-coordinate representation of color #312FDB: hue angle of 240.7º degrees, saturation: 0.7, 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 #312FDB is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 47 219 -
CMYK 0.78 0.79 0 0.14
HSL 240.7º 0.7% 0.52% -
HSV(B) 240.7º 0.79% 0.86% -
XYZ 15.07 7.8 67.73 -
YUV 67.21 213.66 115.01 -
System Red Green Blue C M Y K H S L
Decimal 49 47 219 0.78 0.79 0 0.14 240.7 0.7 0.52
Hex 31 2F DB 4E 4F 0 E F1 46 34
Octal 61 57 333 116 117 0 16 361 106 64
Binary 110001 101111 11011011 1001110 1001111 0 1110 11110001 1000110 110100

Color Harmonies of #312FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312FDB

Black with #312FDB

Text Example


Text Example

White with #312FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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