Html Css Color HEX #323089 Jacksons Purple

📋 copy color: '#323089'

red 50 ◦ green 48 ◦ blue 137

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

Shades of Jacksons Purple #323089

Tints of Jacksons Purple #323089

RGB

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

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

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

R = 21.28%
G = 20.43%
B = 58.3%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#323089 (or 0x323089) is known color: Jacksons Purple. HEX triplet: 32, 30 and 89. RGB value is (50,48,137). Sum of RGB (Red+Green+Blue) = 50+48+137=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #323089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323089 is #CDCF76. Grayscale: #3A3A3A. Windows color (decimal): -13487991 or 8990770. OLE color: 8990770.

HSL color Cylindrical-coordinate representation of color #323089: hue angle of 241.35º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #323089 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 48 137 -
CMYK 0.64 0.65 0 0.46
HSL 241.35º 0.48% 0.36% -
HSV(B) 241.35º 0.65% 0.54% -
XYZ 6.89 4.6 24.19 -
YUV 58.74 172.16 121.76 -
System Red Green Blue C M Y K H S L
Decimal 50 48 137 0.64 0.65 0 0.46 241.35 0.48 0.36
Hex 32 30 89 40 41 0 2E F1 30 24
Octal 62 60 211 100 101 0 56 361 60 44
Binary 110010 110000 10001001 1000000 1000001 0 101110 11110001 110000 100100

Color Harmonies of #323089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323089

Black with #323089

Text Example


Text Example

White with #323089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323089; }

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

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

background-color css

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

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

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

border-color css

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

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

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