Html Css Color HEX #312CCD Persian Blue

📋 copy color: '#312CCD'

red 49 ◦ green 44 ◦ blue 205

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

Shades of Persian Blue #312CCD

Tints of Persian Blue #312CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.77%

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

R = 16.44%
G = 14.77%
B = 68.79%

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

#312CCD (or 0x312CCD) is known color: Persian Blue. HEX triplet: 31, 2C and CD. RGB value is (49,44,205). Sum of RGB (Red+Green+Blue) = 49+44+205=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #312CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CCD is #CED332. Grayscale: #3F3F3F. Windows color (decimal): -13554483 or 13446193. OLE color: 13446193.

HSL color Cylindrical-coordinate representation of color #312CCD: hue angle of 241.86º 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 #312CCD is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 44 205 -
CMYK 0.76 0.79 0 0.20
HSL 241.86º 0.65% 0.49% -
HSV(B) 241.86º 0.79% 0.8% -
XYZ 13.19 6.86 58.39 -
YUV 63.85 207.66 117.41 -
System Red Green Blue C M Y K H S L
Decimal 49 44 205 0.76 0.79 0 0.20 241.86 0.65 0.49
Hex 31 2C CD 4C 4F 0 14 F2 41 31
Octal 61 54 315 114 117 0 24 362 101 61
Binary 110001 101100 11001101 1001100 1001111 0 10100 11110010 1000001 110001

Color Harmonies of #312CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CCD

Black with #312CCD

Text Example


Text Example

White with #312CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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