Html Css Color HEX #311EC0 Persian Blue

📋 copy color: '#311EC0'

red 49 ◦ green 30 ◦ blue 192

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

Shades of Persian Blue #311EC0

Tints of Persian Blue #311EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

 BLUE value IS 192 (75.39% from 255) = 70.85%

R = 18.08%
G = 11.07%
B = 70.85%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#311EC0 (or 0x311EC0) is known color: Persian Blue. HEX triplet: 31, 1E and C0. RGB value is (49,30,192). Sum of RGB (Red+Green+Blue) = 49+30+192=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 192 (75.39% from 255 or 70.85% from 271); Max value from RGB is 192 - color contains mainly: blue. Hex color #311EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311EC0 is #CEE13F. Grayscale: #353535. Windows color (decimal): -13558080 or 12590641. OLE color: 12590641.

HSL color Cylindrical-coordinate representation of color #311EC0: hue angle of 247.04º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311EC0 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 30 192 -
CMYK 0.74 0.84 0 0.25
HSL 247.04º 0.73% 0.44% -
HSV(B) 247.04º 0.84% 0.75% -
XYZ 11.25 5.39 50.32 -
YUV 54.15 205.79 124.33 -
System Red Green Blue C M Y K H S L
Decimal 49 30 192 0.74 0.84 0 0.25 247.04 0.73 0.44
Hex 31 1E C0 4A 54 0 19 F7 49 2C
Octal 61 36 300 112 124 0 31 367 111 54
Binary 110001 11110 11000000 1001010 1010100 0 11001 11110111 1001001 101100

Color Harmonies of #311EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311EC0

Black with #311EC0

Text Example


Text Example

White with #311EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311EC0; }

 p { color: rgb(49,30,192); }

 H1.HeaderClassName
 {
   color: #311EC0;
 }
 .AnyTagClassName
 {
   color: #311EC0;
 }
</style>

background-color css

<style>
 a { background-color: #311EC0; }

 a { background-color: rgb(49,30,192); }

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

border-color css

<style>
 span { border-color: #311EC0; }

 span { border-color: rgb(49,30,192); }

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