#331ED0

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

Shades of Persian Blue #331ED0

Tints of Persian Blue #331ED0

Color information

#331ED0 (or 0x331ED0) is unknown color: approx Persian Blue. HEX triplet: 33, 1E and D0. RGB value is (51,30,208). Sum of RGB (Red+Green+Blue) = 51+30+208=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 208 (81.64% from 255 or 71.97% from 289); Max value from RGB is 208 - color contains mainly: blue. Hex color #331ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ED0 is #CCE12F. Grayscale: #373737. Windows color (decimal): -13426992 or 13639219. OLE color: 13639219.

HSL color Cylindrical-coordinate representation of color #331ED0: hue angle of 247.08º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331ED0 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5130208-
CMYK0.750.8600.18
HSL247.08º74.79%46.67%-
HSV(B)247.08º85.58%81.57%-
XYZ13.216.1960.17-
YUV56.57213.46124.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.65%
GREEN value IS 30 (12.11% from 255) = 10.38%
BLUE value IS 208 (81.64% from 255) = 71.97%
R=17.65%
G=10.38%
B=71.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal51302080.750.8600.18247.0874.7946.67
Hex331ED04B56012f74b2f
Octal633632011312602236711357
Binary110011111101101000010010111010110010010111101111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331ED0; }

 p { color: rgb(51,30,208); }

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

<style>
 a { background-color: #331ED0; }

 a { background-color: rgb(51,30,208); }

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

<style>
 span { border-color: #331ED0; }

 span { border-color: rgb(51,30,208); }

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