Html Css Color HEX #373A85 Jacksons Purple

📋 copy color: '#373A85'

red 55 ◦ green 58 ◦ blue 133

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

Shades of Jacksons Purple #373A85

Tints of Jacksons Purple #373A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.07%

R = 22.36%
G = 23.58%
B = 54.07%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#373A85 (or 0x373A85) is known color: Jacksons Purple. HEX triplet: 37, 3A and 85. RGB value is (55,58,133). Sum of RGB (Red+Green+Blue) = 55+58+133=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #373A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373A85 is #C8C57A. Grayscale: #414141. Windows color (decimal): -13157755 or 8731191. OLE color: 8731191.

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

Color convert

RGB 55 58 133 -
CMYK 0.59 0.56 0 0.48
HSL 237.69º 0.41% 0.37% -
HSV(B) 237.69º 0.59% 0.52% -
XYZ 7.32 5.53 22.87 -
YUV 65.65 166.01 120.4 -
System Red Green Blue C M Y K H S L
Decimal 55 58 133 0.59 0.56 0 0.48 237.69 0.41 0.37
Hex 37 3A 85 3B 38 0 30 EE 29 25
Octal 67 72 205 73 70 0 60 356 51 45
Binary 110111 111010 10000101 111011 111000 0 110000 11101110 101001 100101

Color Harmonies of #373A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A85

Black with #373A85

Text Example


Text Example

White with #373A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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