Html Css Color HEX #312AAA Persian Blue

📋 copy color: '#312AAA'

red 49 ◦ green 42 ◦ blue 170

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

Shades of Persian Blue #312AAA

Tints of Persian Blue #312AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 65.13%

R = 18.77%
G = 16.09%
B = 65.13%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#312AAA (or 0x312AAA) is known color: Persian Blue. HEX triplet: 31, 2A and AA. RGB value is (49,42,170). Sum of RGB (Red+Green+Blue) = 49+42+170=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #312AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312AAA is #CED555. Grayscale: #3A3A3A. Windows color (decimal): -13555030 or 11151921. OLE color: 11151921.

HSL color Cylindrical-coordinate representation of color #312AAA: hue angle of 243.28º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #312AAA is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 42 170 -
CMYK 0.71 0.75 0 0.33
HSL 243.28º 0.6% 0.42% -
HSV(B) 243.28º 0.75% 0.67% -
XYZ 9.35 5.21 38.54 -
YUV 58.69 190.82 121.09 -
System Red Green Blue C M Y K H S L
Decimal 49 42 170 0.71 0.75 0 0.33 243.28 0.6 0.42
Hex 31 2A AA 47 4B 0 21 F3 3C 2A
Octal 61 52 252 107 113 0 41 363 74 52
Binary 110001 101010 10101010 1000111 1001011 0 100001 11110011 111100 101010

Color Harmonies of #312AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312AAA

Black with #312AAA

Text Example


Text Example

White with #312AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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