Html Css Color HEX #312BAC Persian Blue

📋 copy color: '#312BAC'

red 49 ◦ green 43 ◦ blue 172

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

Shades of Persian Blue #312BAC

Tints of Persian Blue #312BAC

RGB

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

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

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

R = 18.56%
G = 16.29%
B = 65.15%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#312BAC (or 0x312BAC) is known color: Persian Blue. HEX triplet: 31, 2B and AC. RGB value is (49,43,172). Sum of RGB (Red+Green+Blue) = 49+43+172=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #312BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312BAC is #CED453. Grayscale: #3A3A3A. Windows color (decimal): -13554772 or 11283249. OLE color: 11283249.

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

Color convert

RGB 49 43 172 -
CMYK 0.72 0.75 0 0.33
HSL 242.79º 0.6% 0.42% -
HSV(B) 242.79º 0.75% 0.67% -
XYZ 9.58 5.36 39.56 -
YUV 59.5 191.49 120.51 -
System Red Green Blue C M Y K H S L
Decimal 49 43 172 0.72 0.75 0 0.33 242.79 0.6 0.42
Hex 31 2B AC 48 4B 0 21 F3 3C 2A
Octal 61 53 254 110 113 0 41 363 74 52
Binary 110001 101011 10101100 1001000 1001011 0 100001 11110011 111100 101010

Color Harmonies of #312BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312BAC

Black with #312BAC

Text Example


Text Example

White with #312BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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