Html Css Color HEX #333780 Jacksons Purple

📋 copy color: '#333780'

red 51 ◦ green 55 ◦ blue 128

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

Shades of Jacksons Purple #333780

Tints of Jacksons Purple #333780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

 BLUE value IS 128 (50.39% from 255) = 54.7%

R = 21.79%
G = 23.5%
B = 54.7%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#333780 (or 0x333780) is known color: Jacksons Purple. HEX triplet: 33, 37 and 80. RGB value is (51,55,128). Sum of RGB (Red+Green+Blue) = 51+55+128=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #333780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333780 is #CCC87F. Grayscale: #3D3D3D. Windows color (decimal): -13420672 or 8402739. OLE color: 8402739.

HSL color Cylindrical-coordinate representation of color #333780: hue angle of 236.88º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #333780 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 55 128 -
CMYK 0.60 0.57 0 0.50
HSL 236.88º 0.43% 0.35% -
HSV(B) 236.88º 0.6% 0.5% -
XYZ 6.63 4.99 21.04 -
YUV 62.13 165.17 120.06 -
System Red Green Blue C M Y K H S L
Decimal 51 55 128 0.60 0.57 0 0.50 236.88 0.43 0.35
Hex 33 37 80 3C 39 0 32 ED 2B 23
Octal 63 67 200 74 71 0 62 355 53 43
Binary 110011 110111 10000000 111100 111001 0 110010 11101101 101011 100011

Color Harmonies of #333780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333780

Black with #333780

Text Example


Text Example

White with #333780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333780; }

 p { color: rgb(51,55,128); }

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

background-color css

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

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

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

border-color css

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

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

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