Html Css Color HEX #312BDE Persian Blue

📋 copy color: '#312BDE'

red 49 ◦ green 43 ◦ blue 222

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

Shades of Persian Blue #312BDE

Tints of Persian Blue #312BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

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

R = 15.61%
G = 13.69%
B = 70.7%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#312BDE (or 0x312BDE) is known color: Persian Blue. HEX triplet: 31, 2B and DE. RGB value is (49,43,222). Sum of RGB (Red+Green+Blue) = 49+43+222=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #312BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312BDE is #CED421. Grayscale: #404040. Windows color (decimal): -13554722 or 14560049. OLE color: 14560049.

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

Color convert

RGB 49 43 222 -
CMYK 0.78 0.81 0 0.13
HSL 242.01º 0.73% 0.52% -
HSV(B) 242.01º 0.81% 0.87% -
XYZ 15.32 7.65 69.78 -
YUV 65.2 216.49 116.45 -
System Red Green Blue C M Y K H S L
Decimal 49 43 222 0.78 0.81 0 0.13 242.01 0.73 0.52
Hex 31 2B DE 4E 51 0 D F2 49 34
Octal 61 53 336 116 121 0 15 362 111 64
Binary 110001 101011 11011110 1001110 1010001 0 1101 11110010 1001001 110100

Color Harmonies of #312BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312BDE

Black with #312BDE

Text Example


Text Example

White with #312BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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