Html Css Color HEX #373488 Jacksons Purple

📋 copy color: '#373488'

red 55 ◦ green 52 ◦ blue 136

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

Shades of Jacksons Purple #373488

Tints of Jacksons Purple #373488

RGB

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

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

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

R = 22.63%
G = 21.4%
B = 55.97%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#373488 (or 0x373488) is known color: Jacksons Purple. HEX triplet: 37, 34 and 88. RGB value is (55,52,136). Sum of RGB (Red+Green+Blue) = 55+52+136=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #373488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373488 is #C8CB77. Grayscale: #3E3E3E. Windows color (decimal): -13159288 or 8926263. OLE color: 8926263.

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

Color convert

RGB 55 52 136 -
CMYK 0.60 0.62 0 0.47
HSL 242.14º 0.45% 0.37% -
HSV(B) 242.14º 0.62% 0.53% -
XYZ 7.25 5.05 23.88 -
YUV 62.47 169.49 122.67 -
System Red Green Blue C M Y K H S L
Decimal 55 52 136 0.60 0.62 0 0.47 242.14 0.45 0.37
Hex 37 34 88 3C 3E 0 2F F2 2D 25
Octal 67 64 210 74 76 0 57 362 55 45
Binary 110111 110100 10001000 111100 111110 0 101111 11110010 101101 100101

Color Harmonies of #373488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373488

Black with #373488

Text Example


Text Example

White with #373488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373488; }

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

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

background-color css

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

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

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

border-color css

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

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

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