Html Css Color HEX #373B90 Jacksons Purple

📋 copy color: '#373B90'

red 55 ◦ green 59 ◦ blue 144

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

Shades of Jacksons Purple #373B90

Tints of Jacksons Purple #373B90

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.87%

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

R = 21.32%
G = 22.87%
B = 55.81%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#373B90 (or 0x373B90) is known color: Jacksons Purple. HEX triplet: 37, 3B and 90. RGB value is (55,59,144). Sum of RGB (Red+Green+Blue) = 55+59+144=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #373B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373B90 is #C8C46F. Grayscale: #434343. Windows color (decimal): -13157488 or 9452343. OLE color: 9452343.

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

Color convert

RGB 55 59 144 -
CMYK 0.62 0.59 0 0.44
HSL 237.3º 0.45% 0.39% -
HSV(B) 237.3º 0.62% 0.56% -
XYZ 8.17 5.95 27.1 -
YUV 67.49 171.17 119.09 -
System Red Green Blue C M Y K H S L
Decimal 55 59 144 0.62 0.59 0 0.44 237.3 0.45 0.39
Hex 37 3B 90 3E 3B 0 2C ED 2D 27
Octal 67 73 220 76 73 0 54 355 55 47
Binary 110111 111011 10010000 111110 111011 0 101100 11101101 101101 100111

Color Harmonies of #373B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B90

Black with #373B90

Text Example


Text Example

White with #373B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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