Html Css Color HEX #323092 Jacksons Purple

📋 copy color: '#323092'

red 50 ◦ green 48 ◦ blue 146

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

Shades of Jacksons Purple #323092

Tints of Jacksons Purple #323092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.84%

R = 20.49%
G = 19.67%
B = 59.84%

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

#323092 (or 0x323092) is known color: Jacksons Purple. HEX triplet: 32, 30 and 92. RGB value is (50,48,146). Sum of RGB (Red+Green+Blue) = 50+48+146=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #323092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323092 is #CDCF6D. Grayscale: #3B3B3B. Windows color (decimal): -13487982 or 9580594. OLE color: 9580594.

HSL color Cylindrical-coordinate representation of color #323092: hue angle of 241.22º degrees, saturation: 0.51, 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 #323092 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 48 146 -
CMYK 0.66 0.67 0 0.43
HSL 241.22º 0.51% 0.38% -
HSV(B) 241.22º 0.67% 0.57% -
XYZ 7.56 4.87 27.74 -
YUV 59.77 176.66 121.03 -
System Red Green Blue C M Y K H S L
Decimal 50 48 146 0.66 0.67 0 0.43 241.22 0.51 0.38
Hex 32 30 92 42 43 0 2B F1 33 26
Octal 62 60 222 102 103 0 53 361 63 46
Binary 110010 110000 10010010 1000010 1000011 0 101011 11110001 110011 100110

Color Harmonies of #323092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323092

Black with #323092

Text Example


Text Example

White with #323092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323092; }

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

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

background-color css

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

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

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

border-color css

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

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

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