#332EA7

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

Shades of Persian Blue #332EA7

Tints of Persian Blue #332EA7

Color information

#332EA7 (or 0x332EA7) is unknown color: approx Persian Blue. HEX triplet: 33, 2E and A7. RGB value is (51,46,167). Sum of RGB (Red+Green+Blue) = 51+46+167=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 167 (65.62% from 255 or 63.26% from 264); Max value from RGB is 167 - color contains mainly: blue. Hex color #332EA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332EA7 is #CCD158. Grayscale: #3C3C3C. Windows color (decimal): -13422937 or 10956339. OLE color: 10956339.

HSL color Cylindrical-coordinate representation of color #332EA7: hue angle of 242.48º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #332EA7 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5146167-
CMYK0.690.7200.35
HSL242.48º56.81%41.76%-
HSV(B)242.48º72.46%65.49%-
XYZ9.325.4537.12-
YUV61.29187.66120.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 167 (65.62% from 255) = 63.26%
R=19.32%
G=17.42%
B=63.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51461670.690.7200.35242.4856.8141.76
Hex332EA74548023f2392a
Octal63562471051100433627152
Binary1100111011101010011110001011001000010001111110010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332EA7; }

 p { color: rgb(51,46,167); }

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

<style>
 a { background-color: #332EA7; }

 a { background-color: rgb(51,46,167); }

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

<style>
 span { border-color: #332EA7; }

 span { border-color: rgb(51,46,167); }

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