Html Css Color HEX #312CAF Persian Blue

📋 copy color: '#312CAF'

red 49 ◦ green 44 ◦ blue 175

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

Shades of Persian Blue #312CAF

Tints of Persian Blue #312CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.3%

R = 18.28%
G = 16.42%
B = 65.3%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#312CAF (or 0x312CAF) is known color: Persian Blue. HEX triplet: 31, 2C and AF. RGB value is (49,44,175). Sum of RGB (Red+Green+Blue) = 49+44+175=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #312CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312CAF is #CED350. Grayscale: #3B3B3B. Windows color (decimal): -13554513 or 11480113. OLE color: 11480113.

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

Color convert

RGB 49 44 175 -
CMYK 0.72 0.75 0 0.31
HSL 242.29º 0.6% 0.43% -
HSV(B) 242.29º 0.75% 0.69% -
XYZ 9.91 5.55 41.11 -
YUV 60.43 192.66 119.85 -
System Red Green Blue C M Y K H S L
Decimal 49 44 175 0.72 0.75 0 0.31 242.29 0.6 0.43
Hex 31 2C AF 48 4B 0 1F F2 3C 2B
Octal 61 54 257 110 113 0 37 362 74 53
Binary 110001 101100 10101111 1001000 1001011 0 11111 11110010 111100 101011

Color Harmonies of #312CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CAF

Black with #312CAF

Text Example


Text Example

White with #312CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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