#331DB6

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

Shades of Persian Blue #331DB6

Tints of Persian Blue #331DB6

Color information

#331DB6 (or 0x331DB6) is unknown color: approx Persian Blue. HEX triplet: 33, 1D and B6. RGB value is (51,29,182). Sum of RGB (Red+Green+Blue) = 51+29+182=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 182 (71.48% from 255 or 69.47% from 262); Max value from RGB is 182 - color contains mainly: blue. Hex color #331DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331DB6 is #CCE249. Grayscale: #343434. Windows color (decimal): -13427274 or 11935027. OLE color: 11935027.

HSL color Cylindrical-coordinate representation of color #331DB6: hue angle of 248.63º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331DB6 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5129182-
CMYK0.720.8400.29
HSL248.63º72.51%41.37%-
HSV(B)248.63º84.07%71.37%-
XYZ10.254.9644.67-
YUV53.02200.79126.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 29 (11.72% from 255) = 11.07%
BLUE value IS 182 (71.48% from 255) = 69.47%
R=19.47%
G=11.07%
B=69.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51291820.720.8400.29248.6372.5141.37
Hex331DB6485401Df94929
Octal633526611012403537111151
Binary110011111011011011010010001010100011101111110011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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