Html Css Color HEX #373985 Jacksons Purple

📋 copy color: '#373985'

red 55 ◦ green 57 ◦ blue 133

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

Shades of Jacksons Purple #373985

Tints of Jacksons Purple #373985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.27%

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

R = 22.45%
G = 23.27%
B = 54.29%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#373985 (or 0x373985) is known color: Jacksons Purple. HEX triplet: 37, 39 and 85. RGB value is (55,57,133). Sum of RGB (Red+Green+Blue) = 55+57+133=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #373985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373985 is #C8C67A. Grayscale: #404040. Windows color (decimal): -13158011 or 8730935. OLE color: 8730935.

HSL color Cylindrical-coordinate representation of color #373985: hue angle of 238.46º 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 #373985 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 57 133 -
CMYK 0.59 0.57 0 0.48
HSL 238.46º 0.41% 0.37% -
HSV(B) 238.46º 0.59% 0.52% -
XYZ 7.27 5.43 22.86 -
YUV 65.07 166.34 120.82 -
System Red Green Blue C M Y K H S L
Decimal 55 57 133 0.59 0.57 0 0.48 238.46 0.41 0.37
Hex 37 39 85 3B 39 0 30 EE 29 25
Octal 67 71 205 73 71 0 60 356 51 45
Binary 110111 111001 10000101 111011 111001 0 110000 11101110 101001 100101

Color Harmonies of #373985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373985

Black with #373985

Text Example


Text Example

White with #373985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373985; }

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

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

background-color css

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

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

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

border-color css

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

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

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