Html Css Color HEX #312CB7 Persian Blue

📋 copy color: '#312CB7'

red 49 ◦ green 44 ◦ blue 183

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

Shades of Persian Blue #312CB7

Tints of Persian Blue #312CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 66.3%

R = 17.75%
G = 15.94%
B = 66.3%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#312CB7 (or 0x312CB7) is known color: Persian Blue. HEX triplet: 31, 2C and B7. RGB value is (49,44,183). Sum of RGB (Red+Green+Blue) = 49+44+183=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 183 (71.88% from 255 or 66.30% from 276); Max value from RGB is 183 - color contains mainly: blue. Hex color #312CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CB7 is #CED348. Grayscale: #3C3C3C. Windows color (decimal): -13554505 or 12004401. OLE color: 12004401.

HSL color Cylindrical-coordinate representation of color #312CB7: hue angle of 242.16º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #312CB7 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 44 183 -
CMYK 0.73 0.76 0 0.28
HSL 242.16º 0.61% 0.45% -
HSV(B) 242.16º 0.76% 0.72% -
XYZ 10.71 5.87 45.37 -
YUV 61.34 196.66 119.2 -
System Red Green Blue C M Y K H S L
Decimal 49 44 183 0.73 0.76 0 0.28 242.16 0.61 0.45
Hex 31 2C B7 49 4C 0 1C F2 3D 2D
Octal 61 54 267 111 114 0 34 362 75 55
Binary 110001 101100 10110111 1001001 1001100 0 11100 11110010 111101 101101

Color Harmonies of #312CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CB7

Black with #312CB7

Text Example


Text Example

White with #312CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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