Html Css Color HEX #32337E Jacksons Purple

📋 copy color: '#32337E'

red 50 ◦ green 51 ◦ blue 126

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

Shades of Jacksons Purple #32337E

Tints of Jacksons Purple #32337E

RGB

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

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

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

R = 22.03%
G = 22.47%
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

#32337E (or 0x32337E) is known color: Jacksons Purple. HEX triplet: 32, 33 and 7E. RGB value is (50,51,126). Sum of RGB (Red+Green+Blue) = 50+51+126=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 51 (20.31% from 255 or 22.47% 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 #32337E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32337E is #CDCC81. Grayscale: #3A3A3A. Windows color (decimal): -13487234 or 8270642. OLE color: 8270642.

HSL color Cylindrical-coordinate representation of color #32337E: hue angle of 239.21º 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 #32337E is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 51 126 -
CMYK 0.60 0.60 0 0.51
HSL 239.21º 0.43% 0.35% -
HSV(B) 239.21º 0.6% 0.49% -
XYZ 6.27 4.55 20.29 -
YUV 59.25 165.67 121.4 -
System Red Green Blue C M Y K H S L
Decimal 50 51 126 0.60 0.60 0 0.51 239.21 0.43 0.35
Hex 32 33 7E 3C 3C 0 33 EF 2B 23
Octal 62 63 176 74 74 0 63 357 53 43
Binary 110010 110011 1111110 111100 111100 0 110011 11101111 101011 100011

Color Harmonies of #32337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32337E

Black with #32337E

Text Example


Text Example

White with #32337E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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