Html Css Color HEX #312ADD Persian Blue

📋 copy color: '#312ADD'

red 49 ◦ green 42 ◦ blue 221

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

Shades of Persian Blue #312ADD

Tints of Persian Blue #312ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.46%

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

R = 15.71%
G = 13.46%
B = 70.83%

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

#312ADD (or 0x312ADD) is known color: Persian Blue. HEX triplet: 31, 2A and DD. RGB value is (49,42,221). Sum of RGB (Red+Green+Blue) = 49+42+221=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #312ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312ADD is #CED522. Grayscale: #3F3F3F. Windows color (decimal): -13554979 or 14494257. OLE color: 14494257.

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

Color convert

RGB 49 42 221 -
CMYK 0.78 0.81 0 0.13
HSL 242.35º 0.72% 0.52% -
HSV(B) 242.35º 0.81% 0.87% -
XYZ 15.15 7.53 69.06 -
YUV 64.5 216.32 116.95 -
System Red Green Blue C M Y K H S L
Decimal 49 42 221 0.78 0.81 0 0.13 242.35 0.72 0.52
Hex 31 2A DD 4E 51 0 D F2 48 34
Octal 61 52 335 116 121 0 15 362 110 64
Binary 110001 101010 11011101 1001110 1010001 0 1101 11110010 1001000 110100

Color Harmonies of #312ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312ADD

Black with #312ADD

Text Example


Text Example

White with #312ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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