Html Css Color HEX #312EC7 Persian Blue

📋 copy color: '#312EC7'

red 49 ◦ green 46 ◦ blue 199

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

Shades of Persian Blue #312EC7

Tints of Persian Blue #312EC7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.65%

 BLUE value IS 199 (78.13% from 255) = 67.69%

R = 16.67%
G = 15.65%
B = 67.69%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#312EC7 (or 0x312EC7) is known color: Persian Blue. HEX triplet: 31, 2E and C7. RGB value is (49,46,199). Sum of RGB (Red+Green+Blue) = 49+46+199=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 199 (78.12% from 255 or 67.69% from 294); Max value from RGB is 199 - color contains mainly: blue. Hex color #312EC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312EC7 is #CED138. Grayscale: #3F3F3F. Windows color (decimal): -13553977 or 13053489. OLE color: 13053489.

HSL color Cylindrical-coordinate representation of color #312EC7: hue angle of 241.18º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #312EC7 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 46 199 -
CMYK 0.75 0.77 0 0.22
HSL 241.18º 0.62% 0.48% -
HSV(B) 241.18º 0.77% 0.78% -
XYZ 12.55 6.73 54.67 -
YUV 64.34 203.99 117.06 -
System Red Green Blue C M Y K H S L
Decimal 49 46 199 0.75 0.77 0 0.22 241.18 0.62 0.48
Hex 31 2E C7 4B 4D 0 16 F1 3E 30
Octal 61 56 307 113 115 0 26 361 76 60
Binary 110001 101110 11000111 1001011 1001101 0 10110 11110001 111110 110000

Color Harmonies of #312EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312EC7

Black with #312EC7

Text Example


Text Example

White with #312EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,46,199); }

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

background-color css

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

 a { background-color: rgb(49,46,199); }

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

border-color css

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

 span { border-color: rgb(49,46,199); }

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