#311EC3

Color #311EC3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #311EC3

Tints of Persian Blue #311EC3

Color information

#311EC3 (or 0x311EC3) is unknown color: approx Persian Blue. HEX triplet: 31, 1E and C3. RGB value is (49,30,195). Sum of RGB (Red+Green+Blue) = 49+30+195=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 195 (76.56% from 255 or 71.17% from 274); Max value from RGB is 195 - color contains mainly: blue. Hex color #311EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311EC3 is #CEE13C. Grayscale: #353535. Windows color (decimal): -13558077 or 12787249. OLE color: 12787249.

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

Color convert

RGB4930195-
CMYK0.750.8500.24
HSL246.91º73.33%44.12%-
HSV(B)246.91º84.62%76.47%-
XYZ11.585.5252.09-
YUV54.49207.29124.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 30 (12.11% from 255) = 10.95%
BLUE value IS 195 (76.56% from 255) = 71.17%
R=17.88%
G=10.95%
B=71.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal49301950.750.8500.24246.9173.3344.12
Hex311EC34B55018f7492c
Octal613630311312503036711154
Binary110001111101100001110010111010101011000111101111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,30,195); }

 H1.HeaderClassName
 {
   color: #311EC3;
 }
 .AnyTagClassName
 {
   color: #311EC3;
 }
</style>
background-color css

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

 a { background-color: rgb(49,30,195); }

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

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

 span { border-color: rgb(49,30,195); }

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