Html Css Color HEX #32308E Jacksons Purple

📋 copy color: '#32308E'

red 50 ◦ green 48 ◦ blue 142

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

Shades of Jacksons Purple #32308E

Tints of Jacksons Purple #32308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 59.17%

R = 20.83%
G = 20%
B = 59.17%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32308E (or 0x32308E) is known color: Jacksons Purple. HEX triplet: 32, 30 and 8E. RGB value is (50,48,142). Sum of RGB (Red+Green+Blue) = 50+48+142=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #32308E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32308E is #CDCF71. Grayscale: #3A3A3A. Windows color (decimal): -13487986 or 9318450. OLE color: 9318450.

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

Color convert

RGB 50 48 142 -
CMYK 0.65 0.66 0 0.44
HSL 241.28º 0.49% 0.37% -
HSV(B) 241.28º 0.66% 0.56% -
XYZ 7.25 4.75 26.12 -
YUV 59.31 174.66 121.36 -
System Red Green Blue C M Y K H S L
Decimal 50 48 142 0.65 0.66 0 0.44 241.28 0.49 0.37
Hex 32 30 8E 41 42 0 2C F1 31 25
Octal 62 60 216 101 102 0 54 361 61 45
Binary 110010 110000 10001110 1000001 1000010 0 101100 11110001 110001 100101

Color Harmonies of #32308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32308E

Black with #32308E

Text Example


Text Example

White with #32308E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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