Html Css Color HEX #312CB2 Persian Blue

📋 copy color: '#312CB2'

red 49 ◦ green 44 ◦ blue 178

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

Shades of Persian Blue #312CB2

Tints of Persian Blue #312CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 65.68%

R = 18.08%
G = 16.24%
B = 65.68%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#312CB2 (or 0x312CB2) is known color: Persian Blue. HEX triplet: 31, 2C and B2. RGB value is (49,44,178). Sum of RGB (Red+Green+Blue) = 49+44+178=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 178 (69.92% from 255 or 65.68% from 271); Max value from RGB is 178 - color contains mainly: blue. Hex color #312CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312CB2 is #CED34D. Grayscale: #3C3C3C. Windows color (decimal): -13554510 or 11676721. OLE color: 11676721.

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

Color convert

RGB 49 44 178 -
CMYK 0.72 0.75 0 0.30
HSL 242.24º 0.6% 0.44% -
HSV(B) 242.24º 0.75% 0.7% -
XYZ 10.2 5.67 42.68 -
YUV 60.77 194.16 119.6 -
System Red Green Blue C M Y K H S L
Decimal 49 44 178 0.72 0.75 0 0.30 242.24 0.6 0.44
Hex 31 2C B2 48 4B 0 1E F2 3C 2C
Octal 61 54 262 110 113 0 36 362 74 54
Binary 110001 101100 10110010 1001000 1001011 0 11110 11110010 111100 101100

Color Harmonies of #312CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CB2

Black with #312CB2

Text Example


Text Example

White with #312CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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