Html Css Color HEX #311CC6 Persian Blue

📋 copy color: '#311CC6'

red 49 ◦ green 28 ◦ blue 198

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

Shades of Persian Blue #311CC6

Tints of Persian Blue #311CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 72%

R = 17.82%
G = 10.18%
B = 72%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#311CC6 (or 0x311CC6) is known color: Persian Blue. HEX triplet: 31, 1C and C6. RGB value is (49,28,198). Sum of RGB (Red+Green+Blue) = 49+28+198=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 198 (77.73% from 255 or 72% from 275); Max value from RGB is 198 - color contains mainly: blue. Hex color #311CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CC6 is #CEE339. Grayscale: #353535. Windows color (decimal): -13558586 or 12983345. OLE color: 12983345.

HSL color Cylindrical-coordinate representation of color #311CC6: hue angle of 247.41º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #311CC6 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 28 198 -
CMYK 0.75 0.86 0 0.22
HSL 247.41º 0.75% 0.44% -
HSV(B) 247.41º 0.86% 0.78% -
XYZ 11.87 5.56 53.87 -
YUV 53.66 209.46 124.68 -
System Red Green Blue C M Y K H S L
Decimal 49 28 198 0.75 0.86 0 0.22 247.41 0.75 0.44
Hex 31 1C C6 4B 56 0 16 F7 4B 2C
Octal 61 34 306 113 126 0 26 367 113 54
Binary 110001 11100 11000110 1001011 1010110 0 10110 11110111 1001011 101100

Color Harmonies of #311CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CC6

Black with #311CC6

Text Example


Text Example

White with #311CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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