Html Css Color HEX #312DDE Persian Blue

📋 copy color: '#312DDE'

red 49 ◦ green 45 ◦ blue 222

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

Shades of Persian Blue #312DDE

Tints of Persian Blue #312DDE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

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

R = 15.51%
G = 14.24%
B = 70.25%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#312DDE (or 0x312DDE) is known color: Persian Blue. HEX triplet: 31, 2D and DE. RGB value is (49,45,222). Sum of RGB (Red+Green+Blue) = 49+45+222=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #312DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312DDE is #CED221. Grayscale: #414141. Windows color (decimal): -13554210 or 14560561. OLE color: 14560561.

HSL color Cylindrical-coordinate representation of color #312DDE: hue angle of 241.36º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #312DDE is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 45 222 -
CMYK 0.78 0.80 0 0.13
HSL 241.36º 0.73% 0.52% -
HSV(B) 241.36º 0.8% 0.87% -
XYZ 15.39 7.8 69.8 -
YUV 66.37 215.83 115.61 -
System Red Green Blue C M Y K H S L
Decimal 49 45 222 0.78 0.80 0 0.13 241.36 0.73 0.52
Hex 31 2D DE 4E 50 0 D F1 49 34
Octal 61 55 336 116 120 0 15 361 111 64
Binary 110001 101101 11011110 1001110 1010000 0 1101 11110001 1001001 110100

Color Harmonies of #312DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312DDE

Black with #312DDE

Text Example


Text Example

White with #312DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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