Html Css Color HEX #333998 Jacksons Purple

📋 copy color: '#333998'

red 51 ◦ green 57 ◦ blue 152

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

Shades of Jacksons Purple #333998

Tints of Jacksons Purple #333998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.92%

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

R = 19.62%
G = 21.92%
B = 58.46%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#333998 (or 0x333998) is known color: Jacksons Purple. HEX triplet: 33, 39 and 98. RGB value is (51,57,152). Sum of RGB (Red+Green+Blue) = 51+57+152=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #333998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333998 is #CCC667. Grayscale: #414141. Windows color (decimal): -13420136 or 9976115. OLE color: 9976115.

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

Color convert

RGB 51 57 152 -
CMYK 0.66 0.62 0 0.40
HSL 236.44º 0.5% 0.4% -
HSV(B) 236.44º 0.66% 0.6% -
XYZ 8.5 5.9 30.4 -
YUV 66.04 176.51 117.28 -
System Red Green Blue C M Y K H S L
Decimal 51 57 152 0.66 0.62 0 0.40 236.44 0.5 0.4
Hex 33 39 98 42 3E 0 28 EC 32 28
Octal 63 71 230 102 76 0 50 354 62 50
Binary 110011 111001 10011000 1000010 111110 0 101000 11101100 110010 101000

Color Harmonies of #333998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333998

Black with #333998

Text Example


Text Example

White with #333998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333998; }

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

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

background-color css

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

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

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

border-color css

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

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

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