Html Css Color HEX #373D8E Jacksons Purple

📋 copy color: '#373D8E'

red 55 ◦ green 61 ◦ blue 142

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

Shades of Jacksons Purple #373D8E

Tints of Jacksons Purple #373D8E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.64%

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

R = 21.32%
G = 23.64%
B = 55.04%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#373D8E (or 0x373D8E) is known color: Jacksons Purple. HEX triplet: 37, 3D and 8E. RGB value is (55,61,142). Sum of RGB (Red+Green+Blue) = 55+61+142=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #373D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373D8E is #C8C271. Grayscale: #444444. Windows color (decimal): -13156978 or 9321783. OLE color: 9321783.

HSL color Cylindrical-coordinate representation of color #373D8E: hue angle of 235.86º 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 #373D8E is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 61 142 -
CMYK 0.61 0.57 0 0.44
HSL 235.86º 0.44% 0.39% -
HSV(B) 235.86º 0.61% 0.56% -
XYZ 8.13 6.1 26.34 -
YUV 68.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 55 61 142 0.61 0.57 0 0.44 235.86 0.44 0.39
Hex 37 3D 8E 3D 39 0 2C EC 2C 27
Octal 67 75 216 75 71 0 54 354 54 47
Binary 110111 111101 10001110 111101 111001 0 101100 11101100 101100 100111

Color Harmonies of #373D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373D8E

Black with #373D8E

Text Example


Text Example

White with #373D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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