Html Css Color HEX #373890 Jacksons Purple

📋 copy color: '#373890'

red 55 ◦ green 56 ◦ blue 144

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

Shades of Jacksons Purple #373890

Tints of Jacksons Purple #373890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.96%

 BLUE value IS 144 (56.64% from 255) = 56.47%

R = 21.57%
G = 21.96%
B = 56.47%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#373890 (or 0x373890) is known color: Jacksons Purple. HEX triplet: 37, 38 and 90. RGB value is (55,56,144). Sum of RGB (Red+Green+Blue) = 55+56+144=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #373890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373890 is #C8C76F. Grayscale: #414141. Windows color (decimal): -13158256 or 9451575. OLE color: 9451575.

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

Color convert

RGB 55 56 144 -
CMYK 0.62 0.61 0 0.44
HSL 239.33º 0.45% 0.39% -
HSV(B) 239.33º 0.62% 0.56% -
XYZ 8.02 5.65 27.05 -
YUV 65.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 55 56 144 0.62 0.61 0 0.44 239.33 0.45 0.39
Hex 37 38 90 3E 3D 0 2C EF 2D 27
Octal 67 70 220 76 75 0 54 357 55 47
Binary 110111 111000 10010000 111110 111101 0 101100 11101111 101101 100111

Color Harmonies of #373890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373890

Black with #373890

Text Example


Text Example

White with #373890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373890; }

 p { color: rgb(55,56,144); }

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

background-color css

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

 a { background-color: rgb(55,56,144); }

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

border-color css

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

 span { border-color: rgb(55,56,144); }

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