Html Css Color HEX #373D7E Jacksons Purple

📋 copy color: '#373D7E'

red 55 ◦ green 61 ◦ blue 126

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

Shades of Jacksons Purple #373D7E

Tints of Jacksons Purple #373D7E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.21%

 BLUE value IS 126 (49.61% from 255) = 52.07%

R = 22.73%
G = 25.21%
B = 52.07%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#373D7E (or 0x373D7E) is known color: Jacksons Purple. HEX triplet: 37, 3D and 7E. RGB value is (55,61,126). Sum of RGB (Red+Green+Blue) = 55+61+126=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #373D7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D7E is #C8C281. Grayscale: #424242. Windows color (decimal): -13156994 or 8273207. OLE color: 8273207.

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

Color convert

RGB 55 61 126 -
CMYK 0.56 0.52 0 0.51
HSL 234.93º 0.39% 0.35% -
HSV(B) 234.93º 0.56% 0.49% -
XYZ 7.01 5.66 20.46 -
YUV 66.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 55 61 126 0.56 0.52 0 0.51 234.93 0.39 0.35
Hex 37 3D 7E 38 34 0 33 EB 27 23
Octal 67 75 176 70 64 0 63 353 47 43
Binary 110111 111101 1111110 111000 110100 0 110011 11101011 100111 100011

Color Harmonies of #373D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373D7E

Black with #373D7E

Text Example


Text Example

White with #373D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,61,126); }

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

background-color css

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

 a { background-color: rgb(55,61,126); }

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

border-color css

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

 span { border-color: rgb(55,61,126); }

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