Html Css Color HEX #311CCE Persian Blue

📋 copy color: '#311CCE'

red 49 ◦ green 28 ◦ blue 206

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

Shades of Persian Blue #311CCE

Tints of Persian Blue #311CCE

RGB

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

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

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

R = 17.31%
G = 9.89%
B = 72.79%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#311CCE (or 0x311CCE) is known color: Persian Blue. HEX triplet: 31, 1C and CE. RGB value is (49,28,206). Sum of RGB (Red+Green+Blue) = 49+28+206=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #311CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CCE is #CEE331. Grayscale: #353535. Windows color (decimal): -13558578 or 13507633. OLE color: 13507633.

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

Color convert

RGB 49 28 206 -
CMYK 0.76 0.86 0 0.19
HSL 247.08º 0.76% 0.46% -
HSV(B) 247.08º 0.86% 0.81% -
XYZ 12.82 5.94 58.86 -
YUV 54.57 213.46 124.03 -
System Red Green Blue C M Y K H S L
Decimal 49 28 206 0.76 0.86 0 0.19 247.08 0.76 0.46
Hex 31 1C CE 4C 56 0 13 F7 4C 2E
Octal 61 34 316 114 126 0 23 367 114 56
Binary 110001 11100 11001110 1001100 1010110 0 10011 11110111 1001100 101110

Color Harmonies of #311CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CCE

Black with #311CCE

Text Example


Text Example

White with #311CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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