Html Css Color HEX #332982 Jacksons Purple

📋 copy color: '#332982'

red 51 ◦ green 41 ◦ blue 130

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

Shades of Jacksons Purple #332982

Tints of Jacksons Purple #332982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

 BLUE value IS 130 (51.17% from 255) = 58.56%

R = 22.97%
G = 18.47%
B = 58.56%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#332982 (or 0x332982) is known color: Jacksons Purple. HEX triplet: 33, 29 and 82. RGB value is (51,41,130). Sum of RGB (Red+Green+Blue) = 51+41+130=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #332982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332982 is #CCD67D. Grayscale: #353535. Windows color (decimal): -13424254 or 8530227. OLE color: 8530227.

HSL color Cylindrical-coordinate representation of color #332982: hue angle of 246.74º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #332982 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 41 130 -
CMYK 0.61 0.68 0 0.49
HSL 246.74º 0.52% 0.34% -
HSV(B) 246.74º 0.68% 0.51% -
XYZ 6.19 3.9 21.55 -
YUV 54.14 170.81 125.76 -
System Red Green Blue C M Y K H S L
Decimal 51 41 130 0.61 0.68 0 0.49 246.74 0.52 0.34
Hex 33 29 82 3D 44 0 31 F7 34 22
Octal 63 51 202 75 104 0 61 367 64 42
Binary 110011 101001 10000010 111101 1000100 0 110001 11110111 110100 100010

Color Harmonies of #332982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332982

Black with #332982

Text Example


Text Example

White with #332982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332982; }

 p { color: rgb(51,41,130); }

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

background-color css

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

 a { background-color: rgb(51,41,130); }

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

border-color css

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

 span { border-color: rgb(51,41,130); }

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