Html Css Color HEX #333890 Jacksons Purple

📋 copy color: '#333890'

red 51 ◦ green 56 ◦ blue 144

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

Shades of Jacksons Purple #333890

Tints of Jacksons Purple #333890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.31%

 BLUE value IS 144 (56.64% from 255) = 57.37%

R = 20.32%
G = 22.31%
B = 57.37%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#333890 (or 0x333890) is known color: Jacksons Purple. HEX triplet: 33, 38 and 90. RGB value is (51,56,144). Sum of RGB (Red+Green+Blue) = 51+56+144=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #333890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333890 is #CCC76F. Grayscale: #404040. Windows color (decimal): -13420400 or 9451571. OLE color: 9451571.

HSL color Cylindrical-coordinate representation of color #333890: hue angle of 236.77º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333890 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 56 144 -
CMYK 0.65 0.61 0 0.44
HSL 236.77º 0.48% 0.38% -
HSV(B) 236.77º 0.65% 0.56% -
XYZ 7.81 5.55 27.04 -
YUV 64.54 172.84 118.34 -
System Red Green Blue C M Y K H S L
Decimal 51 56 144 0.65 0.61 0 0.44 236.77 0.48 0.38
Hex 33 38 90 41 3D 0 2C ED 30 26
Octal 63 70 220 101 75 0 54 355 60 46
Binary 110011 111000 10010000 1000001 111101 0 101100 11101101 110000 100110

Color Harmonies of #333890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333890

Black with #333890

Text Example


Text Example

White with #333890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333890; }

 p { color: rgb(51,56,144); }

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

background-color css

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

 a { background-color: rgb(51,56,144); }

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

border-color css

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

 span { border-color: rgb(51,56,144); }

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