Html Css Color HEX #33328D Jacksons Purple

📋 copy color: '#33328D'

red 51 ◦ green 50 ◦ blue 141

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

Shades of Jacksons Purple #33328D

Tints of Jacksons Purple #33328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

 BLUE value IS 141 (55.47% from 255) = 58.26%

R = 21.07%
G = 20.66%
B = 58.26%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33328D (or 0x33328D) is known color: Jacksons Purple. HEX triplet: 33, 32 and 8D. RGB value is (51,50,141). Sum of RGB (Red+Green+Blue) = 51+50+141=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #33328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33328D is #CCCD72. Grayscale: #3C3C3C. Windows color (decimal): -13421939 or 9253427. OLE color: 9253427.

HSL color Cylindrical-coordinate representation of color #33328D: hue angle of 240.66º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33328D is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 50 141 -
CMYK 0.64 0.65 0 0.45
HSL 240.66º 0.48% 0.37% -
HSV(B) 240.66º 0.65% 0.55% -
XYZ 7.31 4.91 25.76 -
YUV 60.67 173.33 121.1 -
System Red Green Blue C M Y K H S L
Decimal 51 50 141 0.64 0.65 0 0.45 240.66 0.48 0.37
Hex 33 32 8D 40 41 0 2D F1 30 25
Octal 63 62 215 100 101 0 55 361 60 45
Binary 110011 110010 10001101 1000000 1000001 0 101101 11110001 110000 100101

Color Harmonies of #33328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33328D

Black with #33328D

Text Example


Text Example

White with #33328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33328D; }

 p { color: rgb(51,50,141); }

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

background-color css

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

 a { background-color: rgb(51,50,141); }

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

border-color css

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

 span { border-color: rgb(51,50,141); }

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