Html Css Color HEX #312BCD Persian Blue

📋 copy color: '#312BCD'

red 49 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #312BCD

Tints of Persian Blue #312BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.02%

R = 16.5%
G = 14.48%
B = 69.02%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#312BCD (or 0x312BCD) is known color: Persian Blue. HEX triplet: 31, 2B and CD. RGB value is (49,43,205). Sum of RGB (Red+Green+Blue) = 49+43+205=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #312BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312BCD is #CED432. Grayscale: #3E3E3E. Windows color (decimal): -13554739 or 13445937. OLE color: 13445937.

HSL color Cylindrical-coordinate representation of color #312BCD: hue angle of 242.22º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #312BCD is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 43 205 -
CMYK 0.76 0.79 0 0.20
HSL 242.22º 0.65% 0.49% -
HSV(B) 242.22º 0.79% 0.8% -
XYZ 13.15 6.79 58.37 -
YUV 63.26 207.99 117.83 -
System Red Green Blue C M Y K H S L
Decimal 49 43 205 0.76 0.79 0 0.20 242.22 0.65 0.49
Hex 31 2B CD 4C 4F 0 14 F2 41 31
Octal 61 53 315 114 117 0 24 362 101 61
Binary 110001 101011 11001101 1001100 1001111 0 10100 11110010 1000001 110001

Color Harmonies of #312BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312BCD

Black with #312BCD

Text Example


Text Example

White with #312BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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