Html Css Color HEX #311CC1 Persian Blue

📋 copy color: '#311CC1'

red 49 ◦ green 28 ◦ blue 193

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

Shades of Persian Blue #311CC1

Tints of Persian Blue #311CC1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.37%

 BLUE value IS 193 (75.78% from 255) = 71.48%

R = 18.15%
G = 10.37%
B = 71.48%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#311CC1 (or 0x311CC1) is known color: Persian Blue. HEX triplet: 31, 1C and C1. RGB value is (49,28,193). Sum of RGB (Red+Green+Blue) = 49+28+193=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 193 (75.78% from 255 or 71.48% from 270); Max value from RGB is 193 - color contains mainly: blue. Hex color #311CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CC1 is #CEE33E. Grayscale: #343434. Windows color (decimal): -13558591 or 12655665. OLE color: 12655665.

HSL color Cylindrical-coordinate representation of color #311CC1: hue angle of 247.64º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311CC1 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 28 193 -
CMYK 0.75 0.85 0 0.24
HSL 247.64º 0.75% 0.43% -
HSV(B) 247.64º 0.85% 0.76% -
XYZ 11.31 5.33 50.89 -
YUV 53.09 206.96 125.08 -
System Red Green Blue C M Y K H S L
Decimal 49 28 193 0.75 0.85 0 0.24 247.64 0.75 0.43
Hex 31 1C C1 4B 55 0 18 F8 4B 2B
Octal 61 34 301 113 125 0 30 370 113 53
Binary 110001 11100 11000001 1001011 1010101 0 11000 11111000 1001011 101011

Color Harmonies of #311CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CC1

Black with #311CC1

Text Example


Text Example

White with #311CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,28,193); }

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

background-color css

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

 a { background-color: rgb(49,28,193); }

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

border-color css

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

 span { border-color: rgb(49,28,193); }

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