Html Css Color HEX #332E84 Jacksons Purple

📋 copy color: '#332E84'

red 51 ◦ green 46 ◦ blue 132

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

Shades of Jacksons Purple #332E84

Tints of Jacksons Purple #332E84

RGB

 RED value IS 51 (20.31% from 255) = 22.27%

 GREEN value IS 46 (18.36% from 255) = 20.09%

 BLUE value IS 132 (51.95% from 255) = 57.64%

R = 22.27%
G = 20.09%
B = 57.64%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#332E84 (or 0x332E84) is known color: Jacksons Purple. HEX triplet: 33, 2E and 84. RGB value is (51,46,132). Sum of RGB (Red+Green+Blue) = 51+46+132=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #332E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332E84 is #CCD17B. Grayscale: #383838. Windows color (decimal): -13422972 or 8662579. OLE color: 8662579.

HSL color Cylindrical-coordinate representation of color #332E84: hue angle of 243.49º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #332E84 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 46 132 -
CMYK 0.61 0.65 0 0.48
HSL 243.49º 0.48% 0.35% -
HSV(B) 243.49º 0.65% 0.52% -
XYZ 6.51 4.32 22.32 -
YUV 57.3 170.16 123.51 -
System Red Green Blue C M Y K H S L
Decimal 51 46 132 0.61 0.65 0 0.48 243.49 0.48 0.35
Hex 33 2E 84 3D 41 0 30 F3 30 23
Octal 63 56 204 75 101 0 60 363 60 43
Binary 110011 101110 10000100 111101 1000001 0 110000 11110011 110000 100011

Color Harmonies of #332E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E84

Black with #332E84

Text Example


Text Example

White with #332E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #332E84;
 }
 .AnyTagClassName
 {
   color: #332E84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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