Html Css Color HEX #333B98 Jacksons Purple

📋 copy color: '#333B98'

red 51 ◦ green 59 ◦ blue 152

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

Shades of Jacksons Purple #333B98

Tints of Jacksons Purple #333B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 58.02%

R = 19.47%
G = 22.52%
B = 58.02%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#333B98 (or 0x333B98) is known color: Jacksons Purple. HEX triplet: 33, 3B and 98. RGB value is (51,59,152). Sum of RGB (Red+Green+Blue) = 51+59+152=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #333B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333B98 is #CCC467. Grayscale: #424242. Windows color (decimal): -13419624 or 9976627. OLE color: 9976627.

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

Color convert

RGB 51 59 152 -
CMYK 0.66 0.61 0 0.40
HSL 235.25º 0.5% 0.4% -
HSV(B) 235.25º 0.66% 0.6% -
XYZ 8.6 6.1 30.43 -
YUV 67.21 175.85 116.44 -
System Red Green Blue C M Y K H S L
Decimal 51 59 152 0.66 0.61 0 0.40 235.25 0.5 0.4
Hex 33 3B 98 42 3D 0 28 EB 32 28
Octal 63 73 230 102 75 0 50 353 62 50
Binary 110011 111011 10011000 1000010 111101 0 101000 11101011 110010 101000

Color Harmonies of #333B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333B98

Black with #333B98

Text Example


Text Example

White with #333B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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