Html Css Color HEX #333180 Jacksons Purple

📋 copy color: '#333180'

red 51 ◦ green 49 ◦ blue 128

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

Shades of Jacksons Purple #333180

Tints of Jacksons Purple #333180

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.49%

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

R = 22.37%
G = 21.49%
B = 56.14%

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

#333180 (or 0x333180) is known color: Jacksons Purple. HEX triplet: 33, 31 and 80. RGB value is (51,49,128). Sum of RGB (Red+Green+Blue) = 51+49+128=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #333180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333180 is #CCCE7F. Grayscale: #3A3A3A. Windows color (decimal): -13422208 or 8401203. OLE color: 8401203.

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

Color convert

RGB 51 49 128 -
CMYK 0.60 0.62 0 0.50
HSL 241.52º 0.45% 0.35% -
HSV(B) 241.52º 0.62% 0.5% -
XYZ 6.36 4.46 20.95 -
YUV 58.6 167.16 122.58 -
System Red Green Blue C M Y K H S L
Decimal 51 49 128 0.60 0.62 0 0.50 241.52 0.45 0.35
Hex 33 31 80 3C 3E 0 32 F2 2D 23
Octal 63 61 200 74 76 0 62 362 55 43
Binary 110011 110001 10000000 111100 111110 0 110010 11110010 101101 100011

Color Harmonies of #333180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333180

Black with #333180

Text Example


Text Example

White with #333180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333180; }

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

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

background-color css

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

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

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

border-color css

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

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

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