Html Css Color HEX #312FAC Persian Blue

📋 copy color: '#312FAC'

red 49 ◦ green 47 ◦ blue 172

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

Shades of Persian Blue #312FAC

Tints of Persian Blue #312FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.54%

 BLUE value IS 172 (67.58% from 255) = 64.18%

R = 18.28%
G = 17.54%
B = 64.18%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#312FAC (or 0x312FAC) is known color: Persian Blue. HEX triplet: 31, 2F and AC. RGB value is (49,47,172). Sum of RGB (Red+Green+Blue) = 49+47+172=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #312FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312FAC is #CED053. Grayscale: #3D3D3D. Windows color (decimal): -13553748 or 11284273. OLE color: 11284273.

HSL color Cylindrical-coordinate representation of color #312FAC: hue angle of 240.96º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #312FAC is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 47 172 -
CMYK 0.72 0.73 0 0.33
HSL 240.96º 0.57% 0.43% -
HSV(B) 240.96º 0.73% 0.67% -
XYZ 9.73 5.66 39.61 -
YUV 61.85 190.16 118.84 -
System Red Green Blue C M Y K H S L
Decimal 49 47 172 0.72 0.73 0 0.33 240.96 0.57 0.43
Hex 31 2F AC 48 49 0 21 F1 39 2B
Octal 61 57 254 110 111 0 41 361 71 53
Binary 110001 101111 10101100 1001000 1001001 0 100001 11110001 111001 101011

Color Harmonies of #312FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312FAC

Black with #312FAC

Text Example


Text Example

White with #312FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,47,172); }

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

background-color css

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

 a { background-color: rgb(49,47,172); }

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

border-color css

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

 span { border-color: rgb(49,47,172); }

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