Html Css Color HEX #333680 Jacksons Purple

📋 copy color: '#333680'

red 51 ◦ green 54 ◦ blue 128

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

Shades of Jacksons Purple #333680

Tints of Jacksons Purple #333680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.18%

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

R = 21.89%
G = 23.18%
B = 54.94%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#333680 (or 0x333680) is known color: Jacksons Purple. HEX triplet: 33, 36 and 80. RGB value is (51,54,128). Sum of RGB (Red+Green+Blue) = 51+54+128=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #333680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333680 is #CCC97F. Grayscale: #3D3D3D. Windows color (decimal): -13420928 or 8402483. OLE color: 8402483.

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

Color convert

RGB 51 54 128 -
CMYK 0.60 0.58 0 0.50
HSL 237.66º 0.43% 0.35% -
HSV(B) 237.66º 0.6% 0.5% -
XYZ 6.58 4.9 21.02 -
YUV 61.54 165.51 120.48 -
System Red Green Blue C M Y K H S L
Decimal 51 54 128 0.60 0.58 0 0.50 237.66 0.43 0.35
Hex 33 36 80 3C 3A 0 32 EE 2B 23
Octal 63 66 200 74 72 0 62 356 53 43
Binary 110011 110110 10000000 111100 111010 0 110010 11101110 101011 100011

Color Harmonies of #333680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333680

Black with #333680

Text Example


Text Example

White with #333680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333680; }

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

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

background-color css

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

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

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

border-color css

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

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

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