Html Css Color HEX #312CDD Persian Blue

📋 copy color: '#312CDD'

red 49 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #312CDD

Tints of Persian Blue #312CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.01%

 BLUE value IS 221 (86.72% from 255) = 70.38%

R = 15.61%
G = 14.01%
B = 70.38%

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

#312CDD (or 0x312CDD) is known color: Persian Blue. HEX triplet: 31, 2C and DD. RGB value is (49,44,221). Sum of RGB (Red+Green+Blue) = 49+44+221=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #312CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CDD is #CED322. Grayscale: #404040. Windows color (decimal): -13554467 or 14494769. OLE color: 14494769.

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

Color convert

RGB 49 44 221 -
CMYK 0.78 0.80 0 0.13
HSL 241.69º 0.72% 0.52% -
HSV(B) 241.69º 0.8% 0.87% -
XYZ 15.22 7.67 69.09 -
YUV 65.67 215.66 116.11 -
System Red Green Blue C M Y K H S L
Decimal 49 44 221 0.78 0.80 0 0.13 241.69 0.72 0.52
Hex 31 2C DD 4E 50 0 D F2 48 34
Octal 61 54 335 116 120 0 15 362 110 64
Binary 110001 101100 11011101 1001110 1010000 0 1101 11110010 1001000 110100

Color Harmonies of #312CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CDD

Black with #312CDD

Text Example


Text Example

White with #312CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,44,221); }

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

background-color css

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

 a { background-color: rgb(49,44,221); }

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

border-color css

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

 span { border-color: rgb(49,44,221); }

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