Html Css Color HEX #333984 Jacksons Purple

📋 copy color: '#333984'

red 51 ◦ green 57 ◦ blue 132

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

Shades of Jacksons Purple #333984

Tints of Jacksons Purple #333984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 55%

R = 21.25%
G = 23.75%
B = 55%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#333984 (or 0x333984) is known color: Jacksons Purple. HEX triplet: 33, 39 and 84. RGB value is (51,57,132). Sum of RGB (Red+Green+Blue) = 51+57+132=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #333984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333984 is #CCC67B. Grayscale: #3F3F3F. Windows color (decimal): -13420156 or 8665395. OLE color: 8665395.

HSL color Cylindrical-coordinate representation of color #333984: hue angle of 235.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #333984 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 57 132 -
CMYK 0.61 0.57 0 0.48
HSL 235.56º 0.44% 0.36% -
HSV(B) 235.56º 0.61% 0.52% -
XYZ 6.99 5.3 22.48 -
YUV 63.76 166.51 118.9 -
System Red Green Blue C M Y K H S L
Decimal 51 57 132 0.61 0.57 0 0.48 235.56 0.44 0.36
Hex 33 39 84 3D 39 0 30 EC 2C 24
Octal 63 71 204 75 71 0 60 354 54 44
Binary 110011 111001 10000100 111101 111001 0 110000 11101100 101100 100100

Color Harmonies of #333984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333984

Black with #333984

Text Example


Text Example

White with #333984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333984; }

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

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

background-color css

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

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

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

border-color css

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

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

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