#3330aa

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

Shades of Persian Blue #3330AA

Tints of Persian Blue #3330AA

Color information

#3330AA (or 0x3330AA) is unknown color: approx Persian Blue. HEX triplet: 33, 30 and AA. RGB value is (51,48,170). Sum of RGB (Red+Green+Blue) = 51+48+170=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #3330AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3330AA is #CCCF55. Grayscale: #3E3E3E. Windows color (decimal): -13422422 or 11153459. OLE color: 11153459.

HSL color Cylindrical-coordinate representation of color #3330AA: hue angle of 241.48º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3330AA is Cyan = 0.7, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5148170-
CMYK0.70.7200.33
HSL241.48º55.96%42.75%-
HSV(B)241.48º71.76%66.67%-
XYZ9.685.7238.62-
YUV62.8188.49119.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 48 (19.14% from 255) = 17.84%
BLUE value IS 170 (66.80% from 255) = 63.20%
R=18.96%
G=17.84%
B=63.20%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51481700.70.7200.33241.4855.9642.75
Hex3330AA4648021f1382b
Octal63602521061100413617053
Binary1100111100001010101010001101001000010000111110001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3330aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3330aa; }

 p { color: rgb(51,48,170); }

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

<style>
 a { background-color: #3330aa; }

 a { background-color: rgb(51,48,170); }

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

<style>
 span { border-color: #3330aa; }

 span { border-color: rgb(51,48,170); }

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