Html Css Color HEX #373576 Jacksons Purple

📋 copy color: '#373576'

red 55 ◦ green 53 ◦ blue 118

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

Shades of Jacksons Purple #373576

Tints of Jacksons Purple #373576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.45%

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 24.34%
G = 23.45%
B = 52.21%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#373576 (or 0x373576) is known color: Jacksons Purple. HEX triplet: 37, 35 and 76. RGB value is (55,53,118). Sum of RGB (Red+Green+Blue) = 55+53+118=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #373576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373576 is #C8CA89. Grayscale: #3C3C3C. Windows color (decimal): -13159050 or 7746871. OLE color: 7746871.

HSL color Cylindrical-coordinate representation of color #373576: hue angle of 241.85º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #373576 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 53 118 -
CMYK 0.53 0.55 0 0.54
HSL 241.85º 0.38% 0.34% -
HSV(B) 241.85º 0.55% 0.46% -
XYZ 6.12 4.67 17.72 -
YUV 61.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 55 53 118 0.53 0.55 0 0.54 241.85 0.38 0.34
Hex 37 35 76 35 37 0 36 F2 26 22
Octal 67 65 166 65 67 0 66 362 46 42
Binary 110111 110101 1110110 110101 110111 0 110110 11110010 100110 100010

Color Harmonies of #373576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373576

Black with #373576

Text Example


Text Example

White with #373576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373576; }

 p { color: rgb(55,53,118); }

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

background-color css

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

 a { background-color: rgb(55,53,118); }

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

border-color css

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

 span { border-color: rgb(55,53,118); }

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