Html Css Color HEX #373F8D Jacksons Purple

📋 copy color: '#373F8D'

red 55 ◦ green 63 ◦ blue 141

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

Shades of Jacksons Purple #373F8D

Tints of Jacksons Purple #373F8D

RGB

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

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

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

R = 21.24%
G = 24.32%
B = 54.44%

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

#373F8D (or 0x373F8D) is known color: Jacksons Purple. HEX triplet: 37, 3F and 8D. RGB value is (55,63,141). Sum of RGB (Red+Green+Blue) = 55+63+141=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #373F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373F8D is #C8C072. Grayscale: #454545. Windows color (decimal): -13156467 or 9256759. OLE color: 9256759.

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

Color convert

RGB 55 63 141 -
CMYK 0.61 0.55 0 0.45
HSL 234.42º 0.44% 0.38% -
HSV(B) 234.42º 0.61% 0.55% -
XYZ 8.16 6.29 25.98 -
YUV 69.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 55 63 141 0.61 0.55 0 0.45 234.42 0.44 0.38
Hex 37 3F 8D 3D 37 0 2D EA 2C 26
Octal 67 77 215 75 67 0 55 352 54 46
Binary 110111 111111 10001101 111101 110111 0 101101 11101010 101100 100110

Color Harmonies of #373F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F8D

Black with #373F8D

Text Example


Text Example

White with #373F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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