Html Css Color HEX #333B89 Jacksons Purple

📋 copy color: '#333B89'

red 51 ◦ green 59 ◦ blue 137

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

Shades of Jacksons Purple #333B89

Tints of Jacksons Purple #333B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 55.47%

R = 20.65%
G = 23.89%
B = 55.47%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#333B89 (or 0x333B89) is known color: Jacksons Purple. HEX triplet: 33, 3B and 89. RGB value is (51,59,137). Sum of RGB (Red+Green+Blue) = 51+59+137=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #333B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333B89 is #CCC476. Grayscale: #414141. Windows color (decimal): -13419639 or 8993587. OLE color: 8993587.

HSL color Cylindrical-coordinate representation of color #333B89: hue angle of 234.42º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #333B89 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 59 137 -
CMYK 0.63 0.57 0 0.46
HSL 234.42º 0.46% 0.37% -
HSV(B) 234.42º 0.63% 0.54% -
XYZ 7.44 5.64 24.36 -
YUV 65.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 51 59 137 0.63 0.57 0 0.46 234.42 0.46 0.37
Hex 33 3B 89 3F 39 0 2E EA 2E 25
Octal 63 73 211 77 71 0 56 352 56 45
Binary 110011 111011 10001001 111111 111001 0 101110 11101010 101110 100101

Color Harmonies of #333B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333B89

Black with #333B89

Text Example


Text Example

White with #333B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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