Html Css Color HEX #312AAE Persian Blue

📋 copy color: '#312AAE'

red 49 ◦ green 42 ◦ blue 174

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

Shades of Persian Blue #312AAE

Tints of Persian Blue #312AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.66%

R = 18.49%
G = 15.85%
B = 65.66%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#312AAE (or 0x312AAE) is known color: Persian Blue. HEX triplet: 31, 2A and AE. RGB value is (49,42,174). Sum of RGB (Red+Green+Blue) = 49+42+174=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #312AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312AAE is #CED551. Grayscale: #3A3A3A. Windows color (decimal): -13555026 or 11414065. OLE color: 11414065.

HSL color Cylindrical-coordinate representation of color #312AAE: hue angle of 243.18º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #312AAE is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 42 174 -
CMYK 0.72 0.76 0 0.32
HSL 243.18º 0.61% 0.42% -
HSV(B) 243.18º 0.76% 0.68% -
XYZ 9.73 5.36 40.57 -
YUV 59.14 192.82 120.77 -
System Red Green Blue C M Y K H S L
Decimal 49 42 174 0.72 0.76 0 0.32 243.18 0.61 0.42
Hex 31 2A AE 48 4C 0 20 F3 3D 2A
Octal 61 52 256 110 114 0 40 363 75 52
Binary 110001 101010 10101110 1001000 1001100 0 100000 11110011 111101 101010

Color Harmonies of #312AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312AAE

Black with #312AAE

Text Example


Text Example

White with #312AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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