Html Css Color HEX #373B93 Jacksons Purple

📋 copy color: '#373B93'

red 55 ◦ green 59 ◦ blue 147

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

Shades of Jacksons Purple #373B93

Tints of Jacksons Purple #373B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.32%

R = 21.07%
G = 22.61%
B = 56.32%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#373B93 (or 0x373B93) is known color: Jacksons Purple. HEX triplet: 37, 3B and 93. RGB value is (55,59,147). Sum of RGB (Red+Green+Blue) = 55+59+147=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #373B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373B93 is #C8C46C. Grayscale: #434343. Windows color (decimal): -13157485 or 9648951. OLE color: 9648951.

HSL color Cylindrical-coordinate representation of color #373B93: hue angle of 237.39º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373B93 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 59 147 -
CMYK 0.63 0.60 0 0.42
HSL 237.39º 0.46% 0.4% -
HSV(B) 237.39º 0.63% 0.58% -
XYZ 8.41 6.05 28.33 -
YUV 67.84 172.67 118.84 -
System Red Green Blue C M Y K H S L
Decimal 55 59 147 0.63 0.60 0 0.42 237.39 0.46 0.4
Hex 37 3B 93 3F 3C 0 2A ED 2E 28
Octal 67 73 223 77 74 0 52 355 56 50
Binary 110111 111011 10010011 111111 111100 0 101010 11101101 101110 101000

Color Harmonies of #373B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B93

Black with #373B93

Text Example


Text Example

White with #373B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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