Html Css Color HEX #333B91 Jacksons Purple

📋 copy color: '#333B91'

red 51 ◦ green 59 ◦ blue 145

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

Shades of Jacksons Purple #333B91

Tints of Jacksons Purple #333B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 56.86%

R = 20%
G = 23.14%
B = 56.86%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#333B91 (or 0x333B91) is known color: Jacksons Purple. HEX triplet: 33, 3B and 91. RGB value is (51,59,145). Sum of RGB (Red+Green+Blue) = 51+59+145=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #333B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333B91 is #CCC46E. Grayscale: #424242. Windows color (decimal): -13419631 or 9517875. OLE color: 9517875.

HSL color Cylindrical-coordinate representation of color #333B91: hue angle of 234.89º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333B91 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 59 145 -
CMYK 0.65 0.59 0 0.43
HSL 234.89º 0.48% 0.38% -
HSV(B) 234.89º 0.65% 0.57% -
XYZ 8.04 5.88 27.5 -
YUV 66.41 172.35 117.01 -
System Red Green Blue C M Y K H S L
Decimal 51 59 145 0.65 0.59 0 0.43 234.89 0.48 0.38
Hex 33 3B 91 41 3B 0 2B EB 30 26
Octal 63 73 221 101 73 0 53 353 60 46
Binary 110011 111011 10010001 1000001 111011 0 101011 11101011 110000 100110

Color Harmonies of #333B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333B91

Black with #333B91

Text Example


Text Example

White with #333B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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