Html Css Color HEX #32317F Jacksons Purple

📋 copy color: '#32317F'

red 50 ◦ green 49 ◦ blue 127

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

Shades of Jacksons Purple #32317F

Tints of Jacksons Purple #32317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.68%

 BLUE value IS 127 (50% from 255) = 56.19%

R = 22.12%
G = 21.68%
B = 56.19%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#32317F (or 0x32317F) is known color: Jacksons Purple. HEX triplet: 32, 31 and 7F. RGB value is (50,49,127). Sum of RGB (Red+Green+Blue) = 50+49+127=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #32317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32317F is #CDCE80. Grayscale: #393939. Windows color (decimal): -13487745 or 8335666. OLE color: 8335666.

HSL color Cylindrical-coordinate representation of color #32317F: hue angle of 240.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32317F is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 49 127 -
CMYK 0.61 0.61 0 0.50
HSL 240.77º 0.44% 0.35% -
HSV(B) 240.77º 0.61% 0.5% -
XYZ 6.24 4.41 20.6 -
YUV 58.19 166.83 122.16 -
System Red Green Blue C M Y K H S L
Decimal 50 49 127 0.61 0.61 0 0.50 240.77 0.44 0.35
Hex 32 31 7F 3D 3D 0 32 F1 2C 23
Octal 62 61 177 75 75 0 62 361 54 43
Binary 110010 110001 1111111 111101 111101 0 110010 11110001 101100 100011

Color Harmonies of #32317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32317F

Black with #32317F

Text Example


Text Example

White with #32317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32317F; }

 p { color: rgb(50,49,127); }

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

background-color css

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

 a { background-color: rgb(50,49,127); }

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

border-color css

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

 span { border-color: rgb(50,49,127); }

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