Html Css Color HEX #373486 Jacksons Purple

📋 copy color: '#373486'

red 55 ◦ green 52 ◦ blue 134

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

Shades of Jacksons Purple #373486

Tints of Jacksons Purple #373486

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 134 (52.73% from 255) = 55.6%

R = 22.82%
G = 21.58%
B = 55.6%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#373486 (or 0x373486) is known color: Jacksons Purple. HEX triplet: 37, 34 and 86. RGB value is (55,52,134). Sum of RGB (Red+Green+Blue) = 55+52+134=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #373486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373486 is #C8CB79. Grayscale: #3D3D3D. Windows color (decimal): -13159290 or 8795191. OLE color: 8795191.

HSL color Cylindrical-coordinate representation of color #373486: hue angle of 242.2º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #373486 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 52 134 -
CMYK 0.59 0.61 0 0.47
HSL 242.2º 0.44% 0.36% -
HSV(B) 242.2º 0.61% 0.53% -
XYZ 7.11 4.99 23.14 -
YUV 62.25 168.49 122.83 -
System Red Green Blue C M Y K H S L
Decimal 55 52 134 0.59 0.61 0 0.47 242.2 0.44 0.36
Hex 37 34 86 3B 3D 0 2F F2 2C 24
Octal 67 64 206 73 75 0 57 362 54 44
Binary 110111 110100 10000110 111011 111101 0 101111 11110010 101100 100100

Color Harmonies of #373486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373486

Black with #373486

Text Example


Text Example

White with #373486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373486; }

 p { color: rgb(55,52,134); }

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

background-color css

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

 a { background-color: rgb(55,52,134); }

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

border-color css

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

 span { border-color: rgb(55,52,134); }

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