Html Css Color HEX #373F8E Jacksons Purple

📋 copy color: '#373F8E'

red 55 ◦ green 63 ◦ blue 142

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

Shades of Jacksons Purple #373F8E

Tints of Jacksons Purple #373F8E

RGB

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

 GREEN value IS 63 (25% from 255) = 24.23%

 BLUE value IS 142 (55.86% from 255) = 54.62%

R = 21.15%
G = 24.23%
B = 54.62%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#373F8E (or 0x373F8E) is known color: Jacksons Purple. HEX triplet: 37, 3F and 8E. RGB value is (55,63,142). Sum of RGB (Red+Green+Blue) = 55+63+142=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #373F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373F8E is #C8C071. Grayscale: #454545. Windows color (decimal): -13156466 or 9322295. OLE color: 9322295.

HSL color Cylindrical-coordinate representation of color #373F8E: hue angle of 234.48º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #373F8E is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 63 142 -
CMYK 0.61 0.56 0 0.44
HSL 234.48º 0.44% 0.39% -
HSV(B) 234.48º 0.61% 0.56% -
XYZ 8.24 6.32 26.38 -
YUV 69.61 168.85 117.58 -
System Red Green Blue C M Y K H S L
Decimal 55 63 142 0.61 0.56 0 0.44 234.48 0.44 0.39
Hex 37 3F 8E 3D 38 0 2C EA 2C 27
Octal 67 77 216 75 70 0 54 352 54 47
Binary 110111 111111 10001110 111101 111000 0 101100 11101010 101100 100111

Color Harmonies of #373F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F8E

Black with #373F8E

Text Example


Text Example

White with #373F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373F8E; }

 p { color: rgb(55,63,142); }

 H1.HeaderClassName
 {
   color: #373F8E;
 }
 .AnyTagClassName
 {
   color: #373F8E;
 }
</style>

background-color css

<style>
 a { background-color: #373F8E; }

 a { background-color: rgb(55,63,142); }

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

border-color css

<style>
 span { border-color: #373F8E; }

 span { border-color: rgb(55,63,142); }

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