Html Css Color HEX #372E7D Jacksons Purple

📋 copy color: '#372E7D'

red 55 ◦ green 46 ◦ blue 125

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

Shades of Jacksons Purple #372E7D

Tints of Jacksons Purple #372E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.35%

 BLUE value IS 125 (49.22% from 255) = 55.31%

R = 24.34%
G = 20.35%
B = 55.31%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#372E7D (or 0x372E7D) is known color: Jacksons Purple. HEX triplet: 37, 2E and 7D. RGB value is (55,46,125). Sum of RGB (Red+Green+Blue) = 55+46+125=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #372E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E7D is #C8D182. Grayscale: #393939. Windows color (decimal): -13160835 or 8203831. OLE color: 8203831.

HSL color Cylindrical-coordinate representation of color #372E7D: hue angle of 246.84º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #372E7D is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 46 125 -
CMYK 0.56 0.63 0 0.51
HSL 246.84º 0.46% 0.34% -
HSV(B) 246.84º 0.63% 0.49% -
XYZ 6.25 4.25 19.89 -
YUV 57.7 165.98 126.08 -
System Red Green Blue C M Y K H S L
Decimal 55 46 125 0.56 0.63 0 0.51 246.84 0.46 0.34
Hex 37 2E 7D 38 3F 0 33 F7 2E 22
Octal 67 56 175 70 77 0 63 367 56 42
Binary 110111 101110 1111101 111000 111111 0 110011 11110111 101110 100010

Color Harmonies of #372E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E7D

Black with #372E7D

Text Example


Text Example

White with #372E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372E7D; }

 p { color: rgb(55,46,125); }

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

background-color css

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

 a { background-color: rgb(55,46,125); }

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

border-color css

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

 span { border-color: rgb(55,46,125); }

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