Html Css Color HEX #373992 Jacksons Purple

📋 copy color: '#373992'

red 55 ◦ green 57 ◦ blue 146

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

Shades of Jacksons Purple #373992

Tints of Jacksons Purple #373992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

 BLUE value IS 146 (57.42% from 255) = 56.59%

R = 21.32%
G = 22.09%
B = 56.59%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#373992 (or 0x373992) is known color: Jacksons Purple. HEX triplet: 37, 39 and 92. RGB value is (55,57,146). Sum of RGB (Red+Green+Blue) = 55+57+146=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #373992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373992 is #C8C66D. Grayscale: #424242. Windows color (decimal): -13157998 or 9582903. OLE color: 9582903.

HSL color Cylindrical-coordinate representation of color #373992: hue angle of 238.68º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #373992 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 57 146 -
CMYK 0.62 0.61 0 0.43
HSL 238.68º 0.45% 0.39% -
HSV(B) 238.68º 0.62% 0.57% -
XYZ 8.23 5.81 27.88 -
YUV 66.55 172.84 119.76 -
System Red Green Blue C M Y K H S L
Decimal 55 57 146 0.62 0.61 0 0.43 238.68 0.45 0.39
Hex 37 39 92 3E 3D 0 2B EF 2D 27
Octal 67 71 222 76 75 0 53 357 55 47
Binary 110111 111001 10010010 111110 111101 0 101011 11101111 101101 100111

Color Harmonies of #373992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373992

Black with #373992

Text Example


Text Example

White with #373992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373992; }

 p { color: rgb(55,57,146); }

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

background-color css

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

 a { background-color: rgb(55,57,146); }

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

border-color css

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

 span { border-color: rgb(55,57,146); }

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