Html Css Color HEX #373979 Jacksons Purple

📋 copy color: '#373979'

red 55 ◦ green 57 ◦ blue 121

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

Shades of Jacksons Purple #373979

Tints of Jacksons Purple #373979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.46%

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

R = 23.61%
G = 24.46%
B = 51.93%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#373979 (or 0x373979) is known color: Jacksons Purple. HEX triplet: 37, 39 and 79. RGB value is (55,57,121). Sum of RGB (Red+Green+Blue) = 55+57+121=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #373979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373979 is #C8C686. Grayscale: #3F3F3F. Windows color (decimal): -13158023 or 7944503. OLE color: 7944503.

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

Color convert

RGB 55 57 121 -
CMYK 0.55 0.53 0 0.53
HSL 238.18º 0.38% 0.35% -
HSV(B) 238.18º 0.55% 0.47% -
XYZ 6.49 5.12 18.74 -
YUV 63.7 160.34 121.8 -
System Red Green Blue C M Y K H S L
Decimal 55 57 121 0.55 0.53 0 0.53 238.18 0.38 0.35
Hex 37 39 79 37 35 0 35 EE 26 23
Octal 67 71 171 67 65 0 65 356 46 43
Binary 110111 111001 1111001 110111 110101 0 110101 11101110 100110 100011

Color Harmonies of #373979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373979

Black with #373979

Text Example


Text Example

White with #373979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373979; }

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

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

background-color css

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

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

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

border-color css

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

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

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