Html Css Color HEX #32308D Jacksons Purple

📋 copy color: '#32308D'

red 50 ◦ green 48 ◦ blue 141

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

Shades of Jacksons Purple #32308D

Tints of Jacksons Purple #32308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59%

R = 20.92%
G = 20.08%
B = 59%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32308D (or 0x32308D) is known color: Jacksons Purple. HEX triplet: 32, 30 and 8D. RGB value is (50,48,141). Sum of RGB (Red+Green+Blue) = 50+48+141=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #32308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32308D is #CDCF72. Grayscale: #3A3A3A. Windows color (decimal): -13487987 or 9252914. OLE color: 9252914.

HSL color Cylindrical-coordinate representation of color #32308D: hue angle of 241.29º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32308D is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 48 141 -
CMYK 0.65 0.66 0 0.45
HSL 241.29º 0.49% 0.37% -
HSV(B) 241.29º 0.66% 0.55% -
XYZ 7.18 4.72 25.73 -
YUV 59.2 174.16 121.44 -
System Red Green Blue C M Y K H S L
Decimal 50 48 141 0.65 0.66 0 0.45 241.29 0.49 0.37
Hex 32 30 8D 41 42 0 2D F1 31 25
Octal 62 60 215 101 102 0 55 361 61 45
Binary 110010 110000 10001101 1000001 1000010 0 101101 11110001 110001 100101

Color Harmonies of #32308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32308D

Black with #32308D

Text Example


Text Example

White with #32308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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