Html Css Color HEX #373C84 Jacksons Purple

📋 copy color: '#373C84'

red 55 ◦ green 60 ◦ blue 132

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

Shades of Jacksons Purple #373C84

Tints of Jacksons Purple #373C84

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.29%

 BLUE value IS 132 (51.95% from 255) = 53.44%

R = 22.27%
G = 24.29%
B = 53.44%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#373C84 (or 0x373C84) is known color: Jacksons Purple. HEX triplet: 37, 3C and 84. RGB value is (55,60,132). Sum of RGB (Red+Green+Blue) = 55+60+132=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #373C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C84 is #C8C37B. Grayscale: #424242. Windows color (decimal): -13157244 or 8666167. OLE color: 8666167.

HSL color Cylindrical-coordinate representation of color #373C84: hue angle of 236.1º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #373C84 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 60 132 -
CMYK 0.58 0.55 0 0.48
HSL 236.1º 0.41% 0.37% -
HSV(B) 236.1º 0.58% 0.52% -
XYZ 7.36 5.71 22.54 -
YUV 66.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 55 60 132 0.58 0.55 0 0.48 236.1 0.41 0.37
Hex 37 3C 84 3A 37 0 30 EC 29 25
Octal 67 74 204 72 67 0 60 354 51 45
Binary 110111 111100 10000100 111010 110111 0 110000 11101100 101001 100101

Color Harmonies of #373C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C84

Black with #373C84

Text Example


Text Example

White with #373C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,60,132); }

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

background-color css

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

 a { background-color: rgb(55,60,132); }

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

border-color css

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

 span { border-color: rgb(55,60,132); }

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