Html Css Color HEX #372F7E Jacksons Purple

📋 copy color: '#372F7E'

red 55 ◦ green 47 ◦ blue 126

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

Shades of Jacksons Purple #372F7E

Tints of Jacksons Purple #372F7E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.61%

 BLUE value IS 126 (49.61% from 255) = 55.26%

R = 24.12%
G = 20.61%
B = 55.26%

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

#372F7E (or 0x372F7E) is known color: Jacksons Purple. HEX triplet: 37, 2F and 7E. RGB value is (55,47,126). Sum of RGB (Red+Green+Blue) = 55+47+126=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #372F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F7E is #C8D081. Grayscale: #3A3A3A. Windows color (decimal): -13160578 or 8269623. OLE color: 8269623.

HSL color Cylindrical-coordinate representation of color #372F7E: hue angle of 246.08º 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 #372F7E is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 47 126 -
CMYK 0.56 0.63 0 0.51
HSL 246.08º 0.46% 0.34% -
HSV(B) 246.08º 0.63% 0.49% -
XYZ 6.36 4.35 20.24 -
YUV 58.4 166.15 125.58 -
System Red Green Blue C M Y K H S L
Decimal 55 47 126 0.56 0.63 0 0.51 246.08 0.46 0.34
Hex 37 2F 7E 38 3F 0 33 F6 2E 22
Octal 67 57 176 70 77 0 63 366 56 42
Binary 110111 101111 1111110 111000 111111 0 110011 11110110 101110 100010

Color Harmonies of #372F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F7E

Black with #372F7E

Text Example


Text Example

White with #372F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,47,126); }

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

background-color css

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

 a { background-color: rgb(55,47,126); }

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

border-color css

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

 span { border-color: rgb(55,47,126); }

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