Html Css Color HEX #312FDD Persian Blue

📋 copy color: '#312FDD'

red 49 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #312FDD

Tints of Persian Blue #312FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.72%

R = 15.46%
G = 14.83%
B = 69.72%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#312FDD (or 0x312FDD) is known color: Persian Blue. HEX triplet: 31, 2F and DD. RGB value is (49,47,221). Sum of RGB (Red+Green+Blue) = 49+47+221=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #312FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312FDD is #CED022. Grayscale: #424242. Windows color (decimal): -13553699 or 14495537. OLE color: 14495537.

HSL color Cylindrical-coordinate representation of color #312FDD: hue angle of 240.69º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #312FDD is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 47 221 -
CMYK 0.78 0.79 0 0.13
HSL 240.69º 0.72% 0.53% -
HSV(B) 240.69º 0.79% 0.87% -
XYZ 15.33 7.91 69.12 -
YUV 67.43 214.66 114.85 -
System Red Green Blue C M Y K H S L
Decimal 49 47 221 0.78 0.79 0 0.13 240.69 0.72 0.53
Hex 31 2F DD 4E 4F 0 D F1 48 35
Octal 61 57 335 116 117 0 15 361 110 65
Binary 110001 101111 11011101 1001110 1001111 0 1101 11110001 1001000 110101

Color Harmonies of #312FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312FDD

Black with #312FDD

Text Example


Text Example

White with #312FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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