Html Css Color HEX #333389 Jacksons Purple

📋 copy color: '#333389'

red 51 ◦ green 51 ◦ blue 137

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

Shades of Jacksons Purple #333389

Tints of Jacksons Purple #333389

RGB

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

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

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

R = 21.34%
G = 21.34%
B = 57.32%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#333389 (or 0x333389) is known color: Jacksons Purple. HEX triplet: 33, 33 and 89. RGB value is (51,51,137). Sum of RGB (Red+Green+Blue) = 51+51+137=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #333389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333389 is #CCCC76. Grayscale: #3C3C3C. Windows color (decimal): -13421687 or 8991539. OLE color: 8991539.

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

Color convert

RGB 51 51 137 -
CMYK 0.63 0.63 0 0.46
HSL 240º 0.46% 0.37% -
HSV(B) 240º 0.63% 0.54% -
XYZ 7.06 4.88 24.24 -
YUV 60.8 171 121.01 -
System Red Green Blue C M Y K H S L
Decimal 51 51 137 0.63 0.63 0 0.46 240 0.46 0.37
Hex 33 33 89 3F 3F 0 2E F0 2E 25
Octal 63 63 211 77 77 0 56 360 56 45
Binary 110011 110011 10001001 111111 111111 0 101110 11110000 101110 100101

Color Harmonies of #333389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333389

Black with #333389

Text Example


Text Example

White with #333389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333389; }

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

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

background-color css

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

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

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

border-color css

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

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

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