Html Css Color HEX #333989 Jacksons Purple

📋 copy color: '#333989'

red 51 ◦ green 57 ◦ blue 137

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

Shades of Jacksons Purple #333989

Tints of Jacksons Purple #333989

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.27%

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

R = 20.82%
G = 23.27%
B = 55.92%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#333989 (or 0x333989) is known color: Jacksons Purple. HEX triplet: 33, 39 and 89. RGB value is (51,57,137). Sum of RGB (Red+Green+Blue) = 51+57+137=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #333989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333989 is #CCC676. Grayscale: #3F3F3F. Windows color (decimal): -13420151 or 8993075. OLE color: 8993075.

HSL color Cylindrical-coordinate representation of color #333989: hue angle of 235.81º 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 #333989 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 57 137 -
CMYK 0.63 0.58 0 0.46
HSL 235.81º 0.46% 0.37% -
HSV(B) 235.81º 0.63% 0.54% -
XYZ 7.34 5.44 24.33 -
YUV 64.33 169.01 118.5 -
System Red Green Blue C M Y K H S L
Decimal 51 57 137 0.63 0.58 0 0.46 235.81 0.46 0.37
Hex 33 39 89 3F 3A 0 2E EC 2E 25
Octal 63 71 211 77 72 0 56 354 56 45
Binary 110011 111001 10001001 111111 111010 0 101110 11101100 101110 100101

Color Harmonies of #333989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333989

Black with #333989

Text Example


Text Example

White with #333989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333989; }

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

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

background-color css

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

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

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

border-color css

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

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

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