#331DD2

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

Shades of Persian Blue #331DD2

Tints of Persian Blue #331DD2

Color information

#331DD2 (or 0x331DD2) is unknown color: approx Persian Blue. HEX triplet: 33, 1D and D2. RGB value is (51,29,210). Sum of RGB (Red+Green+Blue) = 51+29+210=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 210 (82.42% from 255 or 72.41% from 290); Max value from RGB is 210 - color contains mainly: blue. Hex color #331DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331DD2 is #CCE22D. Grayscale: #373737. Windows color (decimal): -13427246 or 13770035. OLE color: 13770035.

HSL color Cylindrical-coordinate representation of color #331DD2: hue angle of 247.29º degrees, saturation: 0.76, 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 #331DD2 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5129210-
CMYK0.760.8600.18
HSL247.29º75.73%46.86%-
HSV(B)247.29º86.19%82.35%-
XYZ13.446.2461.47-
YUV56.21214.79124.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 29 (11.72% from 255) = 10%
BLUE value IS 210 (82.42% from 255) = 72.41%
R=17.59%
G=10%
B=72.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal51292100.760.8600.18247.2975.7346.86
Hex331DD24C56012f74c2f
Octal633532211412602236711457
Binary110011111011101001010011001010110010010111101111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,29,210); }

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

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

 a { background-color: rgb(51,29,210); }

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

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

 span { border-color: rgb(51,29,210); }

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