Html Css Color HEX #333B99 Jacksons Purple

📋 copy color: '#333B99'

red 51 ◦ green 59 ◦ blue 153

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

Shades of Jacksons Purple #333B99

Tints of Jacksons Purple #333B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 58.17%

R = 19.39%
G = 22.43%
B = 58.17%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#333B99 (or 0x333B99) is known color: Jacksons Purple. HEX triplet: 33, 3B and 99. RGB value is (51,59,153). Sum of RGB (Red+Green+Blue) = 51+59+153=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #333B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333B99 is #CCC466. Grayscale: #424242. Windows color (decimal): -13419623 or 10042163. OLE color: 10042163.

HSL color Cylindrical-coordinate representation of color #333B99: hue angle of 235.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333B99 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 59 153 -
CMYK 0.67 0.61 0 0.4
HSL 235.29º 0.5% 0.4% -
HSV(B) 235.29º 0.67% 0.6% -
XYZ 8.68 6.13 30.86 -
YUV 67.32 176.35 116.36 -
System Red Green Blue C M Y K H S L
Decimal 51 59 153 0.67 0.61 0 0.4 235.29 0.5 0.4
Hex 33 3B 99 43 3D 0 28 EB 32 28
Octal 63 73 231 103 75 0 50 353 62 50
Binary 110011 111011 10011001 1000011 111101 0 101000 11101011 110010 101000

Color Harmonies of #333B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333B99

Black with #333B99

Text Example


Text Example

White with #333B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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