Html Css Color HEX #37408B Jacksons Purple

📋 copy color: '#37408B'

red 55 ◦ green 64 ◦ blue 139

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

Shades of Jacksons Purple #37408B

Tints of Jacksons Purple #37408B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.88%

R = 21.32%
G = 24.81%
B = 53.88%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37408B (or 0x37408B) is known color: Jacksons Purple. HEX triplet: 37, 40 and 8B. RGB value is (55,64,139). Sum of RGB (Red+Green+Blue) = 55+64+139=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #37408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37408B is #C8BF74. Grayscale: #454545. Windows color (decimal): -13156213 or 9125943. OLE color: 9125943.

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

Color convert

RGB 55 64 139 -
CMYK 0.60 0.54 0 0.45
HSL 233.57º 0.43% 0.38% -
HSV(B) 233.57º 0.6% 0.55% -
XYZ 8.07 6.34 25.23 -
YUV 69.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 55 64 139 0.60 0.54 0 0.45 233.57 0.43 0.38
Hex 37 40 8B 3C 36 0 2D EA 2B 26
Octal 67 100 213 74 66 0 55 352 53 46
Binary 110111 1000000 10001011 111100 110110 0 101101 11101010 101011 100110

Color Harmonies of #37408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37408B

Black with #37408B

Text Example


Text Example

White with #37408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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