Html Css Color HEX #373489 Jacksons Purple

📋 copy color: '#373489'

red 55 ◦ green 52 ◦ blue 137

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

Shades of Jacksons Purple #373489

Tints of Jacksons Purple #373489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

 BLUE value IS 137 (53.91% from 255) = 56.15%

R = 22.54%
G = 21.31%
B = 56.15%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#373489 (or 0x373489) is known color: Jacksons Purple. HEX triplet: 37, 34 and 89. RGB value is (55,52,137). Sum of RGB (Red+Green+Blue) = 55+52+137=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #373489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373489 is #C8CB76. Grayscale: #3E3E3E. Windows color (decimal): -13159287 or 8991799. OLE color: 8991799.

HSL color Cylindrical-coordinate representation of color #373489: hue angle of 242.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #373489 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 52 137 -
CMYK 0.60 0.62 0 0.46
HSL 242.12º 0.45% 0.37% -
HSV(B) 242.12º 0.62% 0.54% -
XYZ 7.32 5.07 24.26 -
YUV 62.59 169.99 122.59 -
System Red Green Blue C M Y K H S L
Decimal 55 52 137 0.60 0.62 0 0.46 242.12 0.45 0.37
Hex 37 34 89 3C 3E 0 2E F2 2D 25
Octal 67 64 211 74 76 0 56 362 55 45
Binary 110111 110100 10001001 111100 111110 0 101110 11110010 101101 100101

Color Harmonies of #373489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373489

Black with #373489

Text Example


Text Example

White with #373489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373489; }

 p { color: rgb(55,52,137); }

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

background-color css

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

 a { background-color: rgb(55,52,137); }

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

border-color css

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

 span { border-color: rgb(55,52,137); }

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