Html Css Color HEX #333289 Jacksons Purple

📋 copy color: '#333289'

red 51 ◦ green 50 ◦ blue 137

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

Shades of Jacksons Purple #333289

Tints of Jacksons Purple #333289

RGB

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

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

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

R = 21.43%
G = 21.01%
B = 57.56%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#333289 (or 0x333289) is known color: Jacksons Purple. HEX triplet: 33, 32 and 89. RGB value is (51,50,137). Sum of RGB (Red+Green+Blue) = 51+50+137=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #333289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333289 is #CCCD76. Grayscale: #3B3B3B. Windows color (decimal): -13421943 or 8991283. OLE color: 8991283.

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

Color convert

RGB 51 50 137 -
CMYK 0.63 0.64 0 0.46
HSL 240.69º 0.47% 0.37% -
HSV(B) 240.69º 0.64% 0.54% -
XYZ 7.02 4.79 24.22 -
YUV 60.22 171.33 121.43 -
System Red Green Blue C M Y K H S L
Decimal 51 50 137 0.63 0.64 0 0.46 240.69 0.47 0.37
Hex 33 32 89 3F 40 0 2E F1 2F 25
Octal 63 62 211 77 100 0 56 361 57 45
Binary 110011 110010 10001001 111111 1000000 0 101110 11110001 101111 100101

Color Harmonies of #333289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333289

Black with #333289

Text Example


Text Example

White with #333289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333289; }

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

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

background-color css

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

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

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

border-color css

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

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

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