#3322D5

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

Shades of Persian Blue #3322D5

Tints of Persian Blue #3322D5

Color information

#3322D5 (or 0x3322D5) is unknown color: approx Persian Blue. HEX triplet: 33, 22 and D5. RGB value is (51,34,213). Sum of RGB (Red+Green+Blue) = 51+34+213=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 213 (83.59% from 255 or 71.48% from 298); Max value from RGB is 213 - color contains mainly: blue. Hex color #3322D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3322D5 is #CCDD2A. Grayscale: #3A3A3A. Windows color (decimal): -13425963 or 13967923. OLE color: 13967923.

HSL color Cylindrical-coordinate representation of color #3322D5: hue angle of 245.7º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3322D5 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5134213-
CMYK0.760.8400.16
HSL245.7º72.47%48.43%-
HSV(B)245.7º84.04%83.53%-
XYZ13.956.6563.5-
YUV59.49214.63121.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 34 (13.67% from 255) = 11.41%
BLUE value IS 213 (83.59% from 255) = 71.48%
R=17.11%
G=11.41%
B=71.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal51342130.760.8400.16245.772.4748.43
Hex3322D54C54010f64830
Octal634232511412402036611060
Binary1100111000101101010110011001010100010000111101101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3322D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3322D5; }

 p { color: rgb(51,34,213); }

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

<style>
 a { background-color: #3322D5; }

 a { background-color: rgb(51,34,213); }

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

<style>
 span { border-color: #3322D5; }

 span { border-color: rgb(51,34,213); }

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