Html Css Color HEX #373988 Jacksons Purple

📋 copy color: '#373988'

red 55 ◦ green 57 ◦ blue 136

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

Shades of Jacksons Purple #373988

Tints of Jacksons Purple #373988

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.98%

 BLUE value IS 136 (53.52% from 255) = 54.84%

R = 22.18%
G = 22.98%
B = 54.84%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#373988 (or 0x373988) is known color: Jacksons Purple. HEX triplet: 37, 39 and 88. RGB value is (55,57,136). Sum of RGB (Red+Green+Blue) = 55+57+136=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #373988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373988 is #C8C677. Grayscale: #414141. Windows color (decimal): -13158008 or 8927543. OLE color: 8927543.

HSL color Cylindrical-coordinate representation of color #373988: hue angle of 238.52º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #373988 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 57 136 -
CMYK 0.60 0.58 0 0.47
HSL 238.52º 0.42% 0.37% -
HSV(B) 238.52º 0.6% 0.53% -
XYZ 7.48 5.52 23.96 -
YUV 65.41 167.84 120.58 -
System Red Green Blue C M Y K H S L
Decimal 55 57 136 0.60 0.58 0 0.47 238.52 0.42 0.37
Hex 37 39 88 3C 3A 0 2F EF 2A 25
Octal 67 71 210 74 72 0 57 357 52 45
Binary 110111 111001 10001000 111100 111010 0 101111 11101111 101010 100101

Color Harmonies of #373988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373988

Black with #373988

Text Example


Text Example

White with #373988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373988; }

 p { color: rgb(55,57,136); }

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

background-color css

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

 a { background-color: rgb(55,57,136); }

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

border-color css

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

 span { border-color: rgb(55,57,136); }

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