Html Css Color HEX #312FDF Persian Blue

📋 copy color: '#312FDF'

red 49 ◦ green 47 ◦ blue 223

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

Shades of Persian Blue #312FDF

Tints of Persian Blue #312FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.91%

R = 15.36%
G = 14.73%
B = 69.91%

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

#312FDF (or 0x312FDF) is known color: Persian Blue. HEX triplet: 31, 2F and DF. RGB value is (49,47,223). Sum of RGB (Red+Green+Blue) = 49+47+223=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #312FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312FDF is #CED020. Grayscale: #424242. Windows color (decimal): -13553697 or 14626609. OLE color: 14626609.

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

Color convert

RGB 49 47 223 -
CMYK 0.78 0.79 0 0.13
HSL 240.68º 0.73% 0.53% -
HSV(B) 240.68º 0.79% 0.87% -
XYZ 15.6 8.01 70.54 -
YUV 67.66 215.66 114.69 -
System Red Green Blue C M Y K H S L
Decimal 49 47 223 0.78 0.79 0 0.13 240.68 0.73 0.53
Hex 31 2F DF 4E 4F 0 D F1 49 35
Octal 61 57 337 116 117 0 15 361 111 65
Binary 110001 101111 11011111 1001110 1001111 0 1101 11110001 1001001 110101

Color Harmonies of #312FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312FDF

Black with #312FDF

Text Example


Text Example

White with #312FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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