#3327B5

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

Shades of Persian Blue #3327B5

Tints of Persian Blue #3327B5

Color information

#3327B5 (or 0x3327B5) is unknown color: approx Persian Blue. HEX triplet: 33, 27 and B5. RGB value is (51,39,181). Sum of RGB (Red+Green+Blue) = 51+39+181=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 181 (71.09% from 255 or 66.79% from 271); Max value from RGB is 181 - color contains mainly: blue. Hex color #3327B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3327B5 is #CCD84A. Grayscale: #3A3A3A. Windows color (decimal): -13424715 or 11872051. OLE color: 11872051.

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

Color convert

RGB5139181-
CMYK0.720.7800.29
HSL245.07º64.55%43.14%-
HSV(B)245.07º78.45%70.98%-
XYZ10.435.4944.23-
YUV58.78196.98122.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 39 (15.62% from 255) = 14.39%
BLUE value IS 181 (71.09% from 255) = 66.79%
R=18.82%
G=14.39%
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.29
SystemRedGreenBlueCMYKHSL
Decimal51391810.720.7800.29245.0764.5543.14
Hex3327B5484E01Df5412b
Octal634726511011603536510153
Binary1100111001111011010110010001001110011101111101011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3327B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3327B5; }

 p { color: rgb(51,39,181); }

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

<style>
 a { background-color: #3327B5; }

 a { background-color: rgb(51,39,181); }

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

<style>
 span { border-color: #3327B5; }

 span { border-color: rgb(51,39,181); }

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