Html Css Color HEX #333990 Jacksons Purple

📋 copy color: '#333990'

red 51 ◦ green 57 ◦ blue 144

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

Shades of Jacksons Purple #333990

Tints of Jacksons Purple #333990

RGB

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

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

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

R = 20.24%
G = 22.62%
B = 57.14%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#333990 (or 0x333990) is known color: Jacksons Purple. HEX triplet: 33, 39 and 90. RGB value is (51,57,144). Sum of RGB (Red+Green+Blue) = 51+57+144=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #333990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333990 is #CCC66F. Grayscale: #404040. Windows color (decimal): -13420144 or 9451827. OLE color: 9451827.

HSL color Cylindrical-coordinate representation of color #333990: hue angle of 236.13º 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 #333990 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 57 144 -
CMYK 0.65 0.60 0 0.44
HSL 236.13º 0.48% 0.38% -
HSV(B) 236.13º 0.65% 0.56% -
XYZ 7.86 5.64 27.06 -
YUV 65.12 172.51 117.93 -
System Red Green Blue C M Y K H S L
Decimal 51 57 144 0.65 0.60 0 0.44 236.13 0.48 0.38
Hex 33 39 90 41 3C 0 2C EC 30 26
Octal 63 71 220 101 74 0 54 354 60 46
Binary 110011 111001 10010000 1000001 111100 0 101100 11101100 110000 100110

Color Harmonies of #333990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333990

Black with #333990

Text Example


Text Example

White with #333990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333990; }

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

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

background-color css

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

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

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

border-color css

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

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

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