Html Css Color HEX #373C89 Jacksons Purple

📋 copy color: '#373C89'

red 55 ◦ green 60 ◦ blue 137

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

Shades of Jacksons Purple #373C89

Tints of Jacksons Purple #373C89

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

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

R = 21.83%
G = 23.81%
B = 54.37%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#373C89 (or 0x373C89) is known color: Jacksons Purple. HEX triplet: 37, 3C and 89. RGB value is (55,60,137). Sum of RGB (Red+Green+Blue) = 55+60+137=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #373C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C89 is #C8C376. Grayscale: #424242. Windows color (decimal): -13157239 or 8993847. OLE color: 8993847.

HSL color Cylindrical-coordinate representation of color #373C89: hue angle of 236.34º 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 #373C89 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 60 137 -
CMYK 0.60 0.56 0 0.46
HSL 236.34º 0.43% 0.38% -
HSV(B) 236.34º 0.6% 0.54% -
XYZ 7.71 5.85 24.39 -
YUV 67.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 55 60 137 0.60 0.56 0 0.46 236.34 0.43 0.38
Hex 37 3C 89 3C 38 0 2E EC 2B 26
Octal 67 74 211 74 70 0 56 354 53 46
Binary 110111 111100 10001001 111100 111000 0 101110 11101100 101011 100110

Color Harmonies of #373C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C89

Black with #373C89

Text Example


Text Example

White with #373C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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