Html Css Color HEX #311FCE Persian Blue

📋 copy color: '#311FCE'

red 49 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #311FCE

Tints of Persian Blue #311FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.84%

 BLUE value IS 206 (80.86% from 255) = 72.03%

R = 17.13%
G = 10.84%
B = 72.03%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#311FCE (or 0x311FCE) is known color: Persian Blue. HEX triplet: 31, 1F and CE. RGB value is (49,31,206). Sum of RGB (Red+Green+Blue) = 49+31+206=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #311FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311FCE is #CEE031. Grayscale: #373737. Windows color (decimal): -13557810 or 13508401. OLE color: 13508401.

HSL color Cylindrical-coordinate representation of color #311FCE: hue angle of 246.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311FCE is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 31 206 -
CMYK 0.76 0.85 0 0.19
HSL 246.17º 0.74% 0.46% -
HSV(B) 246.17º 0.85% 0.81% -
XYZ 12.9 6.09 58.89 -
YUV 56.33 212.46 122.77 -
System Red Green Blue C M Y K H S L
Decimal 49 31 206 0.76 0.85 0 0.19 246.17 0.74 0.46
Hex 31 1F CE 4C 55 0 13 F6 4A 2E
Octal 61 37 316 114 125 0 23 366 112 56
Binary 110001 11111 11001110 1001100 1010101 0 10011 11110110 1001010 101110

Color Harmonies of #311FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311FCE

Black with #311FCE

Text Example


Text Example

White with #311FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,31,206); }

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

background-color css

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

 a { background-color: rgb(49,31,206); }

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

border-color css

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

 span { border-color: rgb(49,31,206); }

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