Html Css Color HEX #312BAB Persian Blue

📋 copy color: '#312BAB'

red 49 ◦ green 43 ◦ blue 171

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

Shades of Persian Blue #312BAB

Tints of Persian Blue #312BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.02%

R = 18.63%
G = 16.35%
B = 65.02%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#312BAB (or 0x312BAB) is known color: Persian Blue. HEX triplet: 31, 2B and AB. RGB value is (49,43,171). Sum of RGB (Red+Green+Blue) = 49+43+171=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #312BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312BAB is #CED454. Grayscale: #3A3A3A. Windows color (decimal): -13554773 or 11217713. OLE color: 11217713.

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

Color convert

RGB 49 43 171 -
CMYK 0.71 0.75 0 0.33
HSL 242.81º 0.6% 0.42% -
HSV(B) 242.81º 0.75% 0.67% -
XYZ 9.48 5.32 39.06 -
YUV 59.39 190.99 120.59 -
System Red Green Blue C M Y K H S L
Decimal 49 43 171 0.71 0.75 0 0.33 242.81 0.6 0.42
Hex 31 2B AB 47 4B 0 21 F3 3C 2A
Octal 61 53 253 107 113 0 41 363 74 52
Binary 110001 101011 10101011 1000111 1001011 0 100001 11110011 111100 101010

Color Harmonies of #312BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312BAB

Black with #312BAB

Text Example


Text Example

White with #312BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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