Html Css Color HEX #312DD6 Persian Blue

📋 copy color: '#312DD6'

red 49 ◦ green 45 ◦ blue 214

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

Shades of Persian Blue #312DD6

Tints of Persian Blue #312DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 69.48%

R = 15.91%
G = 14.61%
B = 69.48%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#312DD6 (or 0x312DD6) is known color: Persian Blue. HEX triplet: 31, 2D and D6. RGB value is (49,45,214). Sum of RGB (Red+Green+Blue) = 49+45+214=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 214 (83.98% from 255 or 69.48% from 308); Max value from RGB is 214 - color contains mainly: blue. Hex color #312DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312DD6 is #CED229. Grayscale: #404040. Windows color (decimal): -13554218 or 14036273. OLE color: 14036273.

HSL color Cylindrical-coordinate representation of color #312DD6: hue angle of 241.42º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #312DD6 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 45 214 -
CMYK 0.77 0.79 0 0.16
HSL 241.42º 0.67% 0.51% -
HSV(B) 241.42º 0.79% 0.84% -
XYZ 14.34 7.38 64.29 -
YUV 65.46 211.83 116.26 -
System Red Green Blue C M Y K H S L
Decimal 49 45 214 0.77 0.79 0 0.16 241.42 0.67 0.51
Hex 31 2D D6 4D 4F 0 10 F1 43 33
Octal 61 55 326 115 117 0 20 361 103 63
Binary 110001 101101 11010110 1001101 1001111 0 10000 11110001 1000011 110011

Color Harmonies of #312DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312DD6

Black with #312DD6

Text Example


Text Example

White with #312DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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