Html Css Color HEX #312BDA Persian Blue

📋 copy color: '#312BDA'

red 49 ◦ green 43 ◦ blue 218

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

Shades of Persian Blue #312BDA

Tints of Persian Blue #312BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 70.32%

R = 15.81%
G = 13.87%
B = 70.32%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#312BDA (or 0x312BDA) is known color: Persian Blue. HEX triplet: 31, 2B and DA. RGB value is (49,43,218). Sum of RGB (Red+Green+Blue) = 49+43+218=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #312BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312BDA is #CED425. Grayscale: #404040. Windows color (decimal): -13554726 or 14297905. OLE color: 14297905.

HSL color Cylindrical-coordinate representation of color #312BDA: hue angle of 242.06º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #312BDA is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 43 218 -
CMYK 0.78 0.80 0 0.15
HSL 242.06º 0.7% 0.51% -
HSV(B) 242.06º 0.8% 0.85% -
XYZ 14.79 7.44 66.99 -
YUV 64.74 214.49 116.77 -
System Red Green Blue C M Y K H S L
Decimal 49 43 218 0.78 0.80 0 0.15 242.06 0.7 0.51
Hex 31 2B DA 4E 50 0 F F2 46 33
Octal 61 53 332 116 120 0 17 362 106 63
Binary 110001 101011 11011010 1001110 1010000 0 1111 11110010 1000110 110011

Color Harmonies of #312BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312BDA

Black with #312BDA

Text Example


Text Example

White with #312BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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