Html Css Color HEX #312EAC Persian Blue

📋 copy color: '#312EAC'

red 49 ◦ green 46 ◦ blue 172

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

Shades of Persian Blue #312EAC

Tints of Persian Blue #312EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.23%

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

R = 18.35%
G = 17.23%
B = 64.42%

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

#312EAC (or 0x312EAC) is known color: Persian Blue. HEX triplet: 31, 2E and AC. RGB value is (49,46,172). Sum of RGB (Red+Green+Blue) = 49+46+172=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #312EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312EAC is #CED153. Grayscale: #3C3C3C. Windows color (decimal): -13554004 or 11284017. OLE color: 11284017.

HSL color Cylindrical-coordinate representation of color #312EAC: hue angle of 241.43º degrees, saturation: 0.58, 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 #312EAC is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 46 172 -
CMYK 0.72 0.73 0 0.33
HSL 241.43º 0.58% 0.43% -
HSV(B) 241.43º 0.73% 0.67% -
XYZ 9.69 5.59 39.6 -
YUV 61.26 190.49 119.25 -
System Red Green Blue C M Y K H S L
Decimal 49 46 172 0.72 0.73 0 0.33 241.43 0.58 0.43
Hex 31 2E AC 48 49 0 21 F1 3A 2B
Octal 61 56 254 110 111 0 41 361 72 53
Binary 110001 101110 10101100 1001000 1001001 0 100001 11110001 111010 101011

Color Harmonies of #312EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312EAC

Black with #312EAC

Text Example


Text Example

White with #312EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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