Html Css Color HEX #373A7D Jacksons Purple

📋 copy color: '#373A7D'

red 55 ◦ green 58 ◦ blue 125

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

Shades of Jacksons Purple #373A7D

Tints of Jacksons Purple #373A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.52%

R = 23.11%
G = 24.37%
B = 52.52%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#373A7D (or 0x373A7D) is known color: Jacksons Purple. HEX triplet: 37, 3A and 7D. RGB value is (55,58,125). Sum of RGB (Red+Green+Blue) = 55+58+125=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #373A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A7D is #C8C582. Grayscale: #404040. Windows color (decimal): -13157763 or 8206903. OLE color: 8206903.

HSL color Cylindrical-coordinate representation of color #373A7D: hue angle of 237.43º 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 #373A7D is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 58 125 -
CMYK 0.56 0.54 0 0.51
HSL 237.43º 0.39% 0.35% -
HSV(B) 237.43º 0.56% 0.49% -
XYZ 6.79 5.32 20.07 -
YUV 64.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 55 58 125 0.56 0.54 0 0.51 237.43 0.39 0.35
Hex 37 3A 7D 38 36 0 33 ED 27 23
Octal 67 72 175 70 66 0 63 355 47 43
Binary 110111 111010 1111101 111000 110110 0 110011 11101101 100111 100011

Color Harmonies of #373A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A7D

Black with #373A7D

Text Example


Text Example

White with #373A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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