Html Css Color HEX #332D89 Jacksons Purple

📋 copy color: '#332D89'

red 51 ◦ green 45 ◦ blue 137

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

Shades of Jacksons Purple #332D89

Tints of Jacksons Purple #332D89

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.31%

 BLUE value IS 137 (53.91% from 255) = 58.8%

R = 21.89%
G = 19.31%
B = 58.8%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#332D89 (or 0x332D89) is known color: Jacksons Purple. HEX triplet: 33, 2D and 89. RGB value is (51,45,137). Sum of RGB (Red+Green+Blue) = 51+45+137=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #332D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332D89 is #CCD276. Grayscale: #383838. Windows color (decimal): -13423223 or 8990003. OLE color: 8990003.

HSL color Cylindrical-coordinate representation of color #332D89: hue angle of 243.91º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #332D89 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 45 137 -
CMYK 0.63 0.67 0 0.46
HSL 243.91º 0.51% 0.36% -
HSV(B) 243.91º 0.67% 0.54% -
XYZ 6.82 4.39 24.15 -
YUV 57.28 172.99 123.52 -
System Red Green Blue C M Y K H S L
Decimal 51 45 137 0.63 0.67 0 0.46 243.91 0.51 0.36
Hex 33 2D 89 3F 43 0 2E F4 33 24
Octal 63 55 211 77 103 0 56 364 63 44
Binary 110011 101101 10001001 111111 1000011 0 101110 11110100 110011 100100

Color Harmonies of #332D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D89

Black with #332D89

Text Example


Text Example

White with #332D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,45,137); }

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

background-color css

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

 a { background-color: rgb(51,45,137); }

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

border-color css

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

 span { border-color: rgb(51,45,137); }

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