Html Css Color HEX #373185 Jacksons Purple

📋 copy color: '#373185'

red 55 ◦ green 49 ◦ blue 133

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

Shades of Jacksons Purple #373185

Tints of Jacksons Purple #373185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.12%

R = 23.21%
G = 20.68%
B = 56.12%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#373185 (or 0x373185) is known color: Jacksons Purple. HEX triplet: 37, 31 and 85. RGB value is (55,49,133). Sum of RGB (Red+Green+Blue) = 55+49+133=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #373185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373185 is #C8CE7A. Grayscale: #3C3C3C. Windows color (decimal): -13160059 or 8728887. OLE color: 8728887.

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

Color convert

RGB 55 49 133 -
CMYK 0.59 0.63 0 0.48
HSL 244.29º 0.46% 0.36% -
HSV(B) 244.29º 0.63% 0.52% -
XYZ 6.91 4.7 22.73 -
YUV 60.37 168.99 124.17 -
System Red Green Blue C M Y K H S L
Decimal 55 49 133 0.59 0.63 0 0.48 244.29 0.46 0.36
Hex 37 31 85 3B 3F 0 30 F4 2E 24
Octal 67 61 205 73 77 0 60 364 56 44
Binary 110111 110001 10000101 111011 111111 0 110000 11110100 101110 100100

Color Harmonies of #373185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373185

Black with #373185

Text Example


Text Example

White with #373185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373185; }

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

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

background-color css

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

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

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

border-color css

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

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

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