#332ee1

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

Shades of Persian Blue #332EE1

Tints of Persian Blue #332EE1

Color information

#332EE1 (or 0x332EE1) is unknown color: approx Persian Blue. HEX triplet: 33, 2E and E1. RGB value is (51,46,225). Sum of RGB (Red+Green+Blue) = 51+46+225=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 225 (88.28% from 255 or 69.88% from 322); Max value from RGB is 225 - color contains mainly: blue. Hex color #332EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332EE1 is #CCD11E. Grayscale: #434343. Windows color (decimal): -13422879 or 14757427. OLE color: 14757427.

HSL color Cylindrical-coordinate representation of color #332EE1: hue angle of 241.68º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #332EE1 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5146225-
CMYK0.770.8000.12
HSL241.68º74.9%53.14%-
HSV(B)241.68º79.56%88.24%-
XYZ15.938.0971.96-
YUV67.9216.66115.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.84%
GREEN value IS 46 (18.36% from 255) = 14.29%
BLUE value IS 225 (88.28% from 255) = 69.88%
R=15.84%
G=14.29%
B=69.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal51462250.770.8000.12241.6874.953.14
Hex332EE14D500Cf24b35
Octal635634111512001436211365
Binary110011101110111000011001101101000001100111100101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332ee1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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