Html Css Color HEX #332EE1 Persian Blue

📋 copy color: '#332EE1'

red 51 ◦ green 46 ◦ blue 225

#332EE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #332EE1

Tints of Persian Blue #332EE1

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 value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#332EE1 (or 0x332EE1) is known color: 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

RGB 51 46 225 -
CMYK 0.77 0.80 0 0.12
HSL 241.68º 0.75% 0.53% -
HSV(B) 241.68º 0.8% 0.88% -
XYZ 15.93 8.09 71.96 -
YUV 67.9 216.66 115.95 -
System Red Green Blue C M Y K H S L
Decimal 51 46 225 0.77 0.80 0 0.12 241.68 0.75 0.53
Hex 33 2E E1 4D 50 0 C F2 4B 35
Octal 63 56 341 115 120 0 14 362 113 65
Binary 110011 101110 11100001 1001101 1010000 0 1100 11110010 1001011 110101

Color Harmonies of #332EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332EE1

Black with #332EE1

Text Example


Text Example

White with #332EE1

Text Example


Text Example

HTML Codes & Css Web 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>