Html Css Color HEX #373184 Jacksons Purple

📋 copy color: '#373184'

red 55 ◦ green 49 ◦ blue 132

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

Shades of Jacksons Purple #373184

Tints of Jacksons Purple #373184

RGB

 RED value IS 55 (21.88% from 255) = 23.31%

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

 BLUE value IS 132 (51.95% from 255) = 55.93%

R = 23.31%
G = 20.76%
B = 55.93%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#373184 (or 0x373184) is known color: Jacksons Purple. HEX triplet: 37, 31 and 84. RGB value is (55,49,132). Sum of RGB (Red+Green+Blue) = 55+49+132=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #373184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373184 is #C8CE7B. Grayscale: #3B3B3B. Windows color (decimal): -13160060 or 8663351. OLE color: 8663351.

HSL color Cylindrical-coordinate representation of color #373184: hue angle of 244.34º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373184 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 49 132 -
CMYK 0.58 0.63 0 0.48
HSL 244.34º 0.46% 0.35% -
HSV(B) 244.34º 0.63% 0.52% -
XYZ 6.84 4.67 22.37 -
YUV 60.26 168.49 124.25 -
System Red Green Blue C M Y K H S L
Decimal 55 49 132 0.58 0.63 0 0.48 244.34 0.46 0.35
Hex 37 31 84 3A 3F 0 30 F4 2E 23
Octal 67 61 204 72 77 0 60 364 56 43
Binary 110111 110001 10000100 111010 111111 0 110000 11110100 101110 100011

Color Harmonies of #373184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373184

Black with #373184

Text Example


Text Example

White with #373184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373184; }

 p { color: rgb(55,49,132); }

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

background-color css

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

 a { background-color: rgb(55,49,132); }

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

border-color css

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

 span { border-color: rgb(55,49,132); }

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