Html Css Color HEX #37408A Jacksons Purple

📋 copy color: '#37408A'

red 55 ◦ green 64 ◦ blue 138

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

Shades of Jacksons Purple #37408A

Tints of Jacksons Purple #37408A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

 BLUE value IS 138 (54.3% from 255) = 53.7%

R = 21.4%
G = 24.9%
B = 53.7%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#37408A (or 0x37408A) is known color: Jacksons Purple. HEX triplet: 37, 40 and 8A. RGB value is (55,64,138). Sum of RGB (Red+Green+Blue) = 55+64+138=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #37408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37408A is #C8BF75. Grayscale: #454545. Windows color (decimal): -13156214 or 9060407. OLE color: 9060407.

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

Color convert

RGB 55 64 138 -
CMYK 0.60 0.54 0 0.46
HSL 233.49º 0.43% 0.38% -
HSV(B) 233.49º 0.6% 0.54% -
XYZ 8 6.31 24.84 -
YUV 69.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 55 64 138 0.60 0.54 0 0.46 233.49 0.43 0.38
Hex 37 40 8A 3C 36 0 2E E9 2B 26
Octal 67 100 212 74 66 0 56 351 53 46
Binary 110111 1000000 10001010 111100 110110 0 101110 11101001 101011 100110

Color Harmonies of #37408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37408A

Black with #37408A

Text Example


Text Example

White with #37408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37408A; }

 p { color: rgb(55,64,138); }

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

background-color css

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

 a { background-color: rgb(55,64,138); }

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

border-color css

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

 span { border-color: rgb(55,64,138); }

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