Html Css Color HEX #333080 Jacksons Purple

📋 copy color: '#333080'

red 51 ◦ green 48 ◦ blue 128

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

Shades of Jacksons Purple #333080

Tints of Jacksons Purple #333080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

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

R = 22.47%
G = 21.15%
B = 56.39%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#333080 (or 0x333080) is known color: Jacksons Purple. HEX triplet: 33, 30 and 80. RGB value is (51,48,128). Sum of RGB (Red+Green+Blue) = 51+48+128=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #333080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333080 is #CCCF7F. Grayscale: #393939. Windows color (decimal): -13422464 or 8400947. OLE color: 8400947.

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

Color convert

RGB 51 48 128 -
CMYK 0.60 0.62 0 0.50
HSL 242.25º 0.45% 0.35% -
HSV(B) 242.25º 0.63% 0.5% -
XYZ 6.32 4.38 20.93 -
YUV 58.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 51 48 128 0.60 0.62 0 0.50 242.25 0.45 0.35
Hex 33 30 80 3C 3E 0 32 F2 2D 23
Octal 63 60 200 74 76 0 62 362 55 43
Binary 110011 110000 10000000 111100 111110 0 110010 11110010 101101 100011

Color Harmonies of #333080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333080

Black with #333080

Text Example


Text Example

White with #333080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333080; }

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

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

background-color css

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

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

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

border-color css

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

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

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