Html Css Color HEX #373378 Jacksons Purple

📋 copy color: '#373378'

red 55 ◦ green 51 ◦ blue 120

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

Shades of Jacksons Purple #373378

Tints of Jacksons Purple #373378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.57%

 BLUE value IS 120 (47.27% from 255) = 53.1%

R = 24.34%
G = 22.57%
B = 53.1%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#373378 (or 0x373378) is known color: Jacksons Purple. HEX triplet: 37, 33 and 78. RGB value is (55,51,120). Sum of RGB (Red+Green+Blue) = 55+51+120=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #373378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373378 is #C8CC87. Grayscale: #3B3B3B. Windows color (decimal): -13159560 or 7877431. OLE color: 7877431.

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

Color convert

RGB 55 51 120 -
CMYK 0.54 0.58 0 0.53
HSL 243.48º 0.4% 0.34% -
HSV(B) 243.48º 0.58% 0.47% -
XYZ 6.15 4.54 18.32 -
YUV 60.06 161.83 124.39 -
System Red Green Blue C M Y K H S L
Decimal 55 51 120 0.54 0.58 0 0.53 243.48 0.4 0.34
Hex 37 33 78 36 3A 0 35 F3 28 22
Octal 67 63 170 66 72 0 65 363 50 42
Binary 110111 110011 1111000 110110 111010 0 110101 11110011 101000 100010

Color Harmonies of #373378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373378

Black with #373378

Text Example


Text Example

White with #373378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373378; }

 p { color: rgb(55,51,120); }

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

background-color css

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

 a { background-color: rgb(55,51,120); }

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

border-color css

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

 span { border-color: rgb(55,51,120); }

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