#3329B9

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

Shades of Persian Blue #3329B9

Tints of Persian Blue #3329B9

Color information

#3329B9 (or 0x3329B9) is unknown color: approx Persian Blue. HEX triplet: 33, 29 and B9. RGB value is (51,41,185). Sum of RGB (Red+Green+Blue) = 51+41+185=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 185 (72.66% from 255 or 66.79% from 277); Max value from RGB is 185 - color contains mainly: blue. Hex color #3329B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3329B9 is #CCD646. Grayscale: #3B3B3B. Windows color (decimal): -13424199 or 12134707. OLE color: 12134707.

HSL color Cylindrical-coordinate representation of color #3329B9: hue angle of 244.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3329B9 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5141185-
CMYK0.720.7800.27
HSL244.17º63.72%44.31%-
HSV(B)244.17º77.84%72.55%-
XYZ10.925.7946.44-
YUV60.41198.31121.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 185 (72.66% from 255) = 66.79%
R=18.41%
G=14.80%
B=66.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51411850.720.7800.27244.1763.7244.31
Hex3329B9484E01Bf4402c
Octal635127111011603336410054
Binary1100111010011011100110010001001110011011111101001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3329B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3329B9; }

 p { color: rgb(51,41,185); }

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

<style>
 a { background-color: #3329B9; }

 a { background-color: rgb(51,41,185); }

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

<style>
 span { border-color: #3329B9; }

 span { border-color: rgb(51,41,185); }

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