#311CC1

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

Shades of Persian Blue #311CC1

Tints of Persian Blue #311CC1

Color information

#311CC1 (or 0x311CC1) is unknown color: approx Persian Blue. HEX triplet: 31, 1C and C1. RGB value is (49,28,193). Sum of RGB (Red+Green+Blue) = 49+28+193=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 193 (75.78% from 255 or 71.48% from 270); Max value from RGB is 193 - color contains mainly: blue. Hex color #311CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CC1 is #CEE33E. Grayscale: #343434. Windows color (decimal): -13558591 or 12655665. OLE color: 12655665.

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

Color convert

RGB4928193-
CMYK0.750.8500.24
HSL247.64º74.66%43.33%-
HSV(B)247.64º85.49%75.69%-
XYZ11.315.3350.89-
YUV53.09206.96125.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 28 (11.33% from 255) = 10.37%
BLUE value IS 193 (75.78% from 255) = 71.48%
R=18.15%
G=10.37%
B=71.48%

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
Decimal49281930.750.8500.24247.6474.6643.33
Hex311CC14B55018f84b2b
Octal613430111312503037011353
Binary110001111001100000110010111010101011000111110001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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