Html Css Color HEX #312BAE Persian Blue

📋 copy color: '#312BAE'

red 49 ◦ green 43 ◦ blue 174

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

Shades of Persian Blue #312BAE

Tints of Persian Blue #312BAE

RGB

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

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

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

R = 18.42%
G = 16.17%
B = 65.41%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#312BAE (or 0x312BAE) is known color: Persian Blue. HEX triplet: 31, 2B and AE. RGB value is (49,43,174). Sum of RGB (Red+Green+Blue) = 49+43+174=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #312BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312BAE is #CED451. Grayscale: #3B3B3B. Windows color (decimal): -13554770 or 11414321. OLE color: 11414321.

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

Color convert

RGB 49 43 174 -
CMYK 0.72 0.75 0 0.32
HSL 242.75º 0.6% 0.43% -
HSV(B) 242.75º 0.75% 0.68% -
XYZ 9.77 5.44 40.58 -
YUV 59.73 192.49 120.35 -
System Red Green Blue C M Y K H S L
Decimal 49 43 174 0.72 0.75 0 0.32 242.75 0.6 0.43
Hex 31 2B AE 48 4B 0 20 F3 3C 2B
Octal 61 53 256 110 113 0 40 363 74 53
Binary 110001 101011 10101110 1001000 1001011 0 100000 11110011 111100 101011

Color Harmonies of #312BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312BAE

Black with #312BAE

Text Example


Text Example

White with #312BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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