Html Css Color HEX #373A7C Jacksons Purple

📋 copy color: '#373A7C'

red 55 ◦ green 58 ◦ blue 124

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

Shades of Jacksons Purple #373A7C

Tints of Jacksons Purple #373A7C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.47%

 BLUE value IS 124 (48.83% from 255) = 52.32%

R = 23.21%
G = 24.47%
B = 52.32%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#373A7C (or 0x373A7C) is known color: Jacksons Purple. HEX triplet: 37, 3A and 7C. RGB value is (55,58,124). Sum of RGB (Red+Green+Blue) = 55+58+124=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #373A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A7C is #C8C583. Grayscale: #404040. Windows color (decimal): -13157764 or 8141367. OLE color: 8141367.

HSL color Cylindrical-coordinate representation of color #373A7C: hue angle of 237.39º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #373A7C is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 58 124 -
CMYK 0.56 0.53 0 0.51
HSL 237.39º 0.39% 0.35% -
HSV(B) 237.39º 0.56% 0.49% -
XYZ 6.73 5.29 19.74 -
YUV 64.63 161.51 121.13 -
System Red Green Blue C M Y K H S L
Decimal 55 58 124 0.56 0.53 0 0.51 237.39 0.39 0.35
Hex 37 3A 7C 38 35 0 33 ED 27 23
Octal 67 72 174 70 65 0 63 355 47 43
Binary 110111 111010 1111100 111000 110101 0 110011 11101101 100111 100011

Color Harmonies of #373A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A7C

Black with #373A7C

Text Example


Text Example

White with #373A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,58,124); }

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

background-color css

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

 a { background-color: rgb(55,58,124); }

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

border-color css

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

 span { border-color: rgb(55,58,124); }

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