Html Css Color HEX #33327E Jacksons Purple

📋 copy color: '#33327E'

red 51 ◦ green 50 ◦ blue 126

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

Shades of Jacksons Purple #33327E

Tints of Jacksons Purple #33327E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 55.51%

R = 22.47%
G = 22.03%
B = 55.51%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33327E (or 0x33327E) is known color: Jacksons Purple. HEX triplet: 33, 32 and 7E. RGB value is (51,50,126). Sum of RGB (Red+Green+Blue) = 51+50+126=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #33327E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33327E is #CCCD81. Grayscale: #3A3A3A. Windows color (decimal): -13421954 or 8270387. OLE color: 8270387.

HSL color Cylindrical-coordinate representation of color #33327E: hue angle of 240.79º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33327E is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 50 126 -
CMYK 0.60 0.60 0 0.51
HSL 240.79º 0.43% 0.35% -
HSV(B) 240.79º 0.6% 0.49% -
XYZ 6.27 4.49 20.28 -
YUV 58.96 165.83 122.32 -
System Red Green Blue C M Y K H S L
Decimal 51 50 126 0.60 0.60 0 0.51 240.79 0.43 0.35
Hex 33 32 7E 3C 3C 0 33 F1 2B 23
Octal 63 62 176 74 74 0 63 361 53 43
Binary 110011 110010 1111110 111100 111100 0 110011 11110001 101011 100011

Color Harmonies of #33327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33327E

Black with #33327E

Text Example


Text Example

White with #33327E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33327E; }

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

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

background-color css

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

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

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

border-color css

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

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

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