Html Css Color HEX #311CC7 Persian Blue

📋 copy color: '#311CC7'

red 49 ◦ green 28 ◦ blue 199

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

Shades of Persian Blue #311CC7

Tints of Persian Blue #311CC7

RGB

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

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

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

R = 17.75%
G = 10.14%
B = 72.1%

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

#311CC7 (or 0x311CC7) is known color: Persian Blue. HEX triplet: 31, 1C and C7. RGB value is (49,28,199). Sum of RGB (Red+Green+Blue) = 49+28+199=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 199 (78.12% from 255 or 72.10% from 276); Max value from RGB is 199 - color contains mainly: blue. Hex color #311CC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CC7 is #CEE338. Grayscale: #353535. Windows color (decimal): -13558585 or 13048881. OLE color: 13048881.

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

Color convert

RGB 49 28 199 -
CMYK 0.75 0.86 0 0.22
HSL 247.37º 0.75% 0.45% -
HSV(B) 247.37º 0.86% 0.78% -
XYZ 11.99 5.61 54.48 -
YUV 53.77 209.96 124.6 -
System Red Green Blue C M Y K H S L
Decimal 49 28 199 0.75 0.86 0 0.22 247.37 0.75 0.45
Hex 31 1C C7 4B 56 0 16 F7 4B 2D
Octal 61 34 307 113 126 0 26 367 113 55
Binary 110001 11100 11000111 1001011 1010110 0 10110 11110111 1001011 101101

Color Harmonies of #311CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CC7

Black with #311CC7

Text Example


Text Example

White with #311CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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