Html Css Color HEX #312BAD Persian Blue

📋 copy color: '#312BAD'

red 49 ◦ green 43 ◦ blue 173

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

Shades of Persian Blue #312BAD

Tints of Persian Blue #312BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.28%

R = 18.49%
G = 16.23%
B = 65.28%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#312BAD (or 0x312BAD) is known color: Persian Blue. HEX triplet: 31, 2B and AD. RGB value is (49,43,173). Sum of RGB (Red+Green+Blue) = 49+43+173=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #312BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312BAD is #CED452. Grayscale: #3B3B3B. Windows color (decimal): -13554771 or 11348785. OLE color: 11348785.

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

Color convert

RGB 49 43 173 -
CMYK 0.72 0.75 0 0.32
HSL 242.77º 0.6% 0.42% -
HSV(B) 242.77º 0.75% 0.68% -
XYZ 9.67 5.4 40.07 -
YUV 59.61 191.99 120.43 -
System Red Green Blue C M Y K H S L
Decimal 49 43 173 0.72 0.75 0 0.32 242.77 0.6 0.42
Hex 31 2B AD 48 4B 0 20 F3 3C 2A
Octal 61 53 255 110 113 0 40 363 74 52
Binary 110001 101011 10101101 1001000 1001011 0 100000 11110011 111100 101010

Color Harmonies of #312BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312BAD

Black with #312BAD

Text Example


Text Example

White with #312BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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