Html Css Color HEX #373579 Jacksons Purple

📋 copy color: '#373579'

red 55 ◦ green 53 ◦ blue 121

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

Shades of Jacksons Purple #373579

Tints of Jacksons Purple #373579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.84%

R = 24.02%
G = 23.14%
B = 52.84%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#373579 (or 0x373579) is known color: Jacksons Purple. HEX triplet: 37, 35 and 79. RGB value is (55,53,121). Sum of RGB (Red+Green+Blue) = 55+53+121=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #373579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373579 is #C8CA86. Grayscale: #3D3D3D. Windows color (decimal): -13159047 or 7943479. OLE color: 7943479.

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

Color convert

RGB 55 53 121 -
CMYK 0.55 0.56 0 0.53
HSL 241.76º 0.39% 0.34% -
HSV(B) 241.76º 0.56% 0.47% -
XYZ 6.3 4.74 18.67 -
YUV 61.35 161.66 123.47 -
System Red Green Blue C M Y K H S L
Decimal 55 53 121 0.55 0.56 0 0.53 241.76 0.39 0.34
Hex 37 35 79 37 38 0 35 F2 27 22
Octal 67 65 171 67 70 0 65 362 47 42
Binary 110111 110101 1111001 110111 111000 0 110101 11110010 100111 100010

Color Harmonies of #373579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373579

Black with #373579

Text Example


Text Example

White with #373579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373579; }

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

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

background-color css

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

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

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

border-color css

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

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

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