Html Css Color HEX #373577 Jacksons Purple

📋 copy color: '#373577'

red 55 ◦ green 53 ◦ blue 119

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

Shades of Jacksons Purple #373577

Tints of Jacksons Purple #373577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.42%

R = 24.23%
G = 23.35%
B = 52.42%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#373577 (or 0x373577) is known color: Jacksons Purple. HEX triplet: 37, 35 and 77. RGB value is (55,53,119). Sum of RGB (Red+Green+Blue) = 55+53+119=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #373577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373577 is #C8CA88. Grayscale: #3C3C3C. Windows color (decimal): -13159049 or 7812407. OLE color: 7812407.

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

Color convert

RGB 55 53 119 -
CMYK 0.54 0.55 0 0.53
HSL 241.82º 0.38% 0.34% -
HSV(B) 241.82º 0.55% 0.47% -
XYZ 6.18 4.69 18.03 -
YUV 61.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 55 53 119 0.54 0.55 0 0.53 241.82 0.38 0.34
Hex 37 35 77 36 37 0 35 F2 26 22
Octal 67 65 167 66 67 0 65 362 46 42
Binary 110111 110101 1110111 110110 110111 0 110101 11110010 100110 100010

Color Harmonies of #373577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373577

Black with #373577

Text Example


Text Example

White with #373577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373577; }

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

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

background-color css

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

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

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

border-color css

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

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

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