Html Css Color HEX #373079 Jacksons Purple

📋 copy color: '#373079'

red 55 ◦ green 48 ◦ blue 121

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

Shades of Jacksons Purple #373079

Tints of Jacksons Purple #373079

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

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

R = 24.55%
G = 21.43%
B = 54.02%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#373079 (or 0x373079) is known color: Jacksons Purple. HEX triplet: 37, 30 and 79. RGB value is (55,48,121). Sum of RGB (Red+Green+Blue) = 55+48+121=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #373079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373079 is #C8CF86. Grayscale: #3A3A3A. Windows color (decimal): -13160327 or 7942199. OLE color: 7942199.

HSL color Cylindrical-coordinate representation of color #373079: hue angle of 245.75º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #373079 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 48 121 -
CMYK 0.55 0.60 0 0.53
HSL 245.75º 0.43% 0.33% -
HSV(B) 245.75º 0.6% 0.47% -
XYZ 6.08 4.31 18.6 -
YUV 58.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 55 48 121 0.55 0.60 0 0.53 245.75 0.43 0.33
Hex 37 30 79 37 3C 0 35 F6 2B 21
Octal 67 60 171 67 74 0 65 366 53 41
Binary 110111 110000 1111001 110111 111100 0 110101 11110110 101011 100001

Color Harmonies of #373079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373079

Black with #373079

Text Example


Text Example

White with #373079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373079; }

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

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

background-color css

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

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

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

border-color css

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

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

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