Html Css Color HEX #37408D Jacksons Purple

📋 copy color: '#37408D'

red 55 ◦ green 64 ◦ blue 141

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

Shades of Jacksons Purple #37408D

Tints of Jacksons Purple #37408D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.23%

R = 21.15%
G = 24.62%
B = 54.23%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37408D (or 0x37408D) is known color: Jacksons Purple. HEX triplet: 37, 40 and 8D. RGB value is (55,64,141). Sum of RGB (Red+Green+Blue) = 55+64+141=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #37408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37408D is #C8BF72. Grayscale: #454545. Windows color (decimal): -13156211 or 9257015. OLE color: 9257015.

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

Color convert

RGB 55 64 141 -
CMYK 0.61 0.55 0 0.45
HSL 233.72º 0.44% 0.38% -
HSV(B) 233.72º 0.61% 0.55% -
XYZ 8.22 6.4 26 -
YUV 70.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 55 64 141 0.61 0.55 0 0.45 233.72 0.44 0.38
Hex 37 40 8D 3D 37 0 2D EA 2C 26
Octal 67 100 215 75 67 0 55 352 54 46
Binary 110111 1000000 10001101 111101 110111 0 101101 11101010 101100 100110

Color Harmonies of #37408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37408D

Black with #37408D

Text Example


Text Example

White with #37408D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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