Html Css Color HEX #323090 Jacksons Purple

📋 copy color: '#323090'

red 50 ◦ green 48 ◦ blue 144

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

Shades of Jacksons Purple #323090

Tints of Jacksons Purple #323090

RGB

 RED value IS 50 (19.92% from 255) = 20.66%

 GREEN value IS 48 (19.14% from 255) = 19.83%

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

R = 20.66%
G = 19.83%
B = 59.5%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#323090 (or 0x323090) is known color: Jacksons Purple. HEX triplet: 32, 30 and 90. RGB value is (50,48,144). Sum of RGB (Red+Green+Blue) = 50+48+144=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #323090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323090 is #CDCF6F. Grayscale: #3B3B3B. Windows color (decimal): -13487984 or 9449522. OLE color: 9449522.

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

Color convert

RGB 50 48 144 -
CMYK 0.65 0.67 0 0.44
HSL 241.25º 0.5% 0.38% -
HSV(B) 241.25º 0.67% 0.56% -
XYZ 7.41 4.81 26.92 -
YUV 59.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 50 48 144 0.65 0.67 0 0.44 241.25 0.5 0.38
Hex 32 30 90 41 43 0 2C F1 32 26
Octal 62 60 220 101 103 0 54 361 62 46
Binary 110010 110000 10010000 1000001 1000011 0 101100 11110001 110010 100110

Color Harmonies of #323090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323090

Black with #323090

Text Example


Text Example

White with #323090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323090; }

 p { color: rgb(50,48,144); }

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

background-color css

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

 a { background-color: rgb(50,48,144); }

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

border-color css

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

 span { border-color: rgb(50,48,144); }

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