Html Css Color HEX #323181 Jacksons Purple

📋 copy color: '#323181'

red 50 ◦ green 49 ◦ blue 129

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

Shades of Jacksons Purple #323181

Tints of Jacksons Purple #323181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 56.58%

R = 21.93%
G = 21.49%
B = 56.58%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323181 (or 0x323181) is known color: Jacksons Purple. HEX triplet: 32, 31 and 81. RGB value is (50,49,129). Sum of RGB (Red+Green+Blue) = 50+49+129=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #323181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323181 is #CDCE7E. Grayscale: #3A3A3A. Windows color (decimal): -13487743 or 8466738. OLE color: 8466738.

HSL color Cylindrical-coordinate representation of color #323181: hue angle of 240.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323181 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 49 129 -
CMYK 0.61 0.62 0 0.49
HSL 240.75º 0.45% 0.35% -
HSV(B) 240.75º 0.62% 0.51% -
XYZ 6.38 4.46 21.29 -
YUV 58.42 167.83 122 -
System Red Green Blue C M Y K H S L
Decimal 50 49 129 0.61 0.62 0 0.49 240.75 0.45 0.35
Hex 32 31 81 3D 3E 0 31 F1 2D 23
Octal 62 61 201 75 76 0 61 361 55 43
Binary 110010 110001 10000001 111101 111110 0 110001 11110001 101101 100011

Color Harmonies of #323181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323181

Black with #323181

Text Example


Text Example

White with #323181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323181; }

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

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

background-color css

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

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

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

border-color css

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

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

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