Html Css Color HEX #333B82 Jacksons Purple

📋 copy color: '#333B82'

red 51 ◦ green 59 ◦ blue 130

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

Shades of Jacksons Purple #333B82

Tints of Jacksons Purple #333B82

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.58%

 BLUE value IS 130 (51.17% from 255) = 54.17%

R = 21.25%
G = 24.58%
B = 54.17%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#333B82 (or 0x333B82) is known color: Jacksons Purple. HEX triplet: 33, 3B and 82. RGB value is (51,59,130). Sum of RGB (Red+Green+Blue) = 51+59+130=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #333B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333B82 is #CCC47D. Grayscale: #404040. Windows color (decimal): -13419646 or 8534835. OLE color: 8534835.

HSL color Cylindrical-coordinate representation of color #333B82: hue angle of 233.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #333B82 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 59 130 -
CMYK 0.61 0.55 0 0.49
HSL 233.92º 0.44% 0.35% -
HSV(B) 233.92º 0.61% 0.51% -
XYZ 6.96 5.44 21.8 -
YUV 64.7 164.85 118.23 -
System Red Green Blue C M Y K H S L
Decimal 51 59 130 0.61 0.55 0 0.49 233.92 0.44 0.35
Hex 33 3B 82 3D 37 0 31 EA 2C 23
Octal 63 73 202 75 67 0 61 352 54 43
Binary 110011 111011 10000010 111101 110111 0 110001 11101010 101100 100011

Color Harmonies of #333B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333B82

Black with #333B82

Text Example


Text Example

White with #333B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333B82; }

 p { color: rgb(51,59,130); }

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

background-color css

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

 a { background-color: rgb(51,59,130); }

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

border-color css

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

 span { border-color: rgb(51,59,130); }

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