#3329B4

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

Shades of Persian Blue #3329B4

Tints of Persian Blue #3329B4

Color information

#3329B4 (or 0x3329B4) is unknown color: approx Persian Blue. HEX triplet: 33, 29 and B4. RGB value is (51,41,180). Sum of RGB (Red+Green+Blue) = 51+41+180=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 180 (70.70% from 255 or 66.18% from 272); Max value from RGB is 180 - color contains mainly: blue. Hex color #3329B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3329B4 is #CCD64B. Grayscale: #3B3B3B. Windows color (decimal): -13424204 or 11807027. OLE color: 11807027.

HSL color Cylindrical-coordinate representation of color #3329B4: hue angle of 244.32º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3329B4 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5141180-
CMYK0.720.7700.29
HSL244.32º62.9%43.33%-
HSV(B)244.32º77.22%70.59%-
XYZ10.45.5843.71-
YUV59.84195.81121.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.75%
GREEN value IS 41 (16.41% from 255) = 15.07%
BLUE value IS 180 (70.70% from 255) = 66.18%
R=18.75%
G=15.07%
B=66.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51411800.720.7700.29244.3262.943.33
Hex3329B4484D01Df43f2b
Octal63512641101150353647753
Binary110011101001101101001001000100110101110111110100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3329B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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