Html Css Color HEX #323091 Jacksons Purple

📋 copy color: '#323091'

red 50 ◦ green 48 ◦ blue 145

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

Shades of Jacksons Purple #323091

Tints of Jacksons Purple #323091

RGB

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

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

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

R = 20.58%
G = 19.75%
B = 59.67%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#323091 (or 0x323091) is known color: Jacksons Purple. HEX triplet: 32, 30 and 91. RGB value is (50,48,145). Sum of RGB (Red+Green+Blue) = 50+48+145=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #323091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323091 is #CDCF6E. Grayscale: #3B3B3B. Windows color (decimal): -13487983 or 9515058. OLE color: 9515058.

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

Color convert

RGB 50 48 145 -
CMYK 0.66 0.67 0 0.43
HSL 241.24º 0.5% 0.38% -
HSV(B) 241.24º 0.67% 0.57% -
XYZ 7.48 4.84 27.33 -
YUV 59.66 176.16 121.11 -
System Red Green Blue C M Y K H S L
Decimal 50 48 145 0.66 0.67 0 0.43 241.24 0.5 0.38
Hex 32 30 91 42 43 0 2B F1 32 26
Octal 62 60 221 102 103 0 53 361 62 46
Binary 110010 110000 10010001 1000010 1000011 0 101011 11110001 110010 100110

Color Harmonies of #323091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323091

Black with #323091

Text Example


Text Example

White with #323091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323091; }

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

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

background-color css

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

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

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

border-color css

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

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

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