Html Css Color HEX #312FE1 Persian Blue

📋 copy color: '#312FE1'

red 49 ◦ green 47 ◦ blue 225

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

Shades of Persian Blue #312FE1

Tints of Persian Blue #312FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 70.09%

R = 15.26%
G = 14.64%
B = 70.09%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#312FE1 (or 0x312FE1) is known color: Persian Blue. HEX triplet: 31, 2F and E1. RGB value is (49,47,225). Sum of RGB (Red+Green+Blue) = 49+47+225=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 225 (88.28% from 255 or 70.09% from 321); Max value from RGB is 225 - color contains mainly: blue. Hex color #312FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312FE1 is #CED01E. Grayscale: #434343. Windows color (decimal): -13553695 or 14757681. OLE color: 14757681.

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

Color convert

RGB 49 47 225 -
CMYK 0.78 0.79 0 0.12
HSL 240.67º 0.75% 0.53% -
HSV(B) 240.67º 0.79% 0.88% -
XYZ 15.87 8.12 71.97 -
YUV 67.89 216.66 114.53 -
System Red Green Blue C M Y K H S L
Decimal 49 47 225 0.78 0.79 0 0.12 240.67 0.75 0.53
Hex 31 2F E1 4E 4F 0 C F1 4B 35
Octal 61 57 341 116 117 0 14 361 113 65
Binary 110001 101111 11100001 1001110 1001111 0 1100 11110001 1001011 110101

Color Harmonies of #312FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312FE1

Black with #312FE1

Text Example


Text Example

White with #312FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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