Html Css Color HEX #373A89 Jacksons Purple

📋 copy color: '#373A89'

red 55 ◦ green 58 ◦ blue 137

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

Shades of Jacksons Purple #373A89

Tints of Jacksons Purple #373A89

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.2%

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

R = 22%
G = 23.2%
B = 54.8%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#373A89 (or 0x373A89) is known color: Jacksons Purple. HEX triplet: 37, 3A and 89. RGB value is (55,58,137). Sum of RGB (Red+Green+Blue) = 55+58+137=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #373A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373A89 is #C8C576. Grayscale: #414141. Windows color (decimal): -13157751 or 8993335. OLE color: 8993335.

HSL color Cylindrical-coordinate representation of color #373A89: hue angle of 237.8º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #373A89 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 58 137 -
CMYK 0.60 0.58 0 0.46
HSL 237.8º 0.43% 0.38% -
HSV(B) 237.8º 0.6% 0.54% -
XYZ 7.6 5.64 24.36 -
YUV 66.11 168.01 120.08 -
System Red Green Blue C M Y K H S L
Decimal 55 58 137 0.60 0.58 0 0.46 237.8 0.43 0.38
Hex 37 3A 89 3C 3A 0 2E EE 2B 26
Octal 67 72 211 74 72 0 56 356 53 46
Binary 110111 111010 10001001 111100 111010 0 101110 11101110 101011 100110

Color Harmonies of #373A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A89

Black with #373A89

Text Example


Text Example

White with #373A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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