Html Css Color HEX #373578 Jacksons Purple

📋 copy color: '#373578'

red 55 ◦ green 53 ◦ blue 120

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

Shades of Jacksons Purple #373578

Tints of Jacksons Purple #373578

RGB

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

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

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

R = 24.12%
G = 23.25%
B = 52.63%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#373578 (or 0x373578) is known color: Jacksons Purple. HEX triplet: 37, 35 and 78. RGB value is (55,53,120). Sum of RGB (Red+Green+Blue) = 55+53+120=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #373578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373578 is #C8CA87. Grayscale: #3C3C3C. Windows color (decimal): -13159048 or 7877943. OLE color: 7877943.

HSL color Cylindrical-coordinate representation of color #373578: hue angle of 241.79º 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 #373578 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 53 120 -
CMYK 0.54 0.56 0 0.53
HSL 241.79º 0.39% 0.34% -
HSV(B) 241.79º 0.56% 0.47% -
XYZ 6.24 4.71 18.35 -
YUV 61.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 55 53 120 0.54 0.56 0 0.53 241.79 0.39 0.34
Hex 37 35 78 36 38 0 35 F2 27 22
Octal 67 65 170 66 70 0 65 362 47 42
Binary 110111 110101 1111000 110110 111000 0 110101 11110010 100111 100010

Color Harmonies of #373578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373578

Black with #373578

Text Example


Text Example

White with #373578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373578; }

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

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

background-color css

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

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

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

border-color css

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

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

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