#311BC3

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

Shades of Persian Blue #311BC3

Tints of Persian Blue #311BC3

Color information

#311BC3 (or 0x311BC3) is unknown color: approx Persian Blue. HEX triplet: 31, 1B and C3. RGB value is (49,27,195). Sum of RGB (Red+Green+Blue) = 49+27+195=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 195 (76.56% from 255 or 71.96% from 271); Max value from RGB is 195 - color contains mainly: blue. Hex color #311BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311BC3 is #CEE43C. Grayscale: #343434. Windows color (decimal): -13558845 or 12786481. OLE color: 12786481.

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

Color convert

RGB4927195-
CMYK0.750.8600.24
HSL247.86º75.68%43.53%-
HSV(B)247.86º86.15%76.47%-
XYZ11.515.3852.06-
YUV52.73208.29125.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 27 (10.94% from 255) = 9.96%
BLUE value IS 195 (76.56% from 255) = 71.96%
R=18.08%
G=9.96%
B=71.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal49271950.750.8600.24247.8675.6843.53
Hex311BC34B56018f84c2c
Octal613330311312603037011454
Binary110001110111100001110010111010110011000111110001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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