Html Css Color HEX #312EDE Persian Blue

📋 copy color: '#312EDE'

red 49 ◦ green 46 ◦ blue 222

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

Shades of Persian Blue #312EDE

Tints of Persian Blue #312EDE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.51%

 BLUE value IS 222 (87.11% from 255) = 70.03%

R = 15.46%
G = 14.51%
B = 70.03%

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

#312EDE (or 0x312EDE) is known color: Persian Blue. HEX triplet: 31, 2E and DE. RGB value is (49,46,222). Sum of RGB (Red+Green+Blue) = 49+46+222=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #312EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312EDE is #CED121. Grayscale: #424242. Windows color (decimal): -13553954 or 14560817. OLE color: 14560817.

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

Color convert

RGB 49 46 222 -
CMYK 0.78 0.79 0 0.13
HSL 241.02º 0.73% 0.53% -
HSV(B) 241.02º 0.79% 0.87% -
XYZ 15.43 7.88 69.82 -
YUV 66.96 215.49 115.19 -
System Red Green Blue C M Y K H S L
Decimal 49 46 222 0.78 0.79 0 0.13 241.02 0.73 0.53
Hex 31 2E DE 4E 4F 0 D F1 49 35
Octal 61 56 336 116 117 0 15 361 111 65
Binary 110001 101110 11011110 1001110 1001111 0 1101 11110001 1001001 110101

Color Harmonies of #312EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312EDE

Black with #312EDE

Text Example


Text Example

White with #312EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,46,222); }

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

background-color css

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

 a { background-color: rgb(49,46,222); }

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

border-color css

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

 span { border-color: rgb(49,46,222); }

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