Html Css Color HEX #373882 Jacksons Purple

📋 copy color: '#373882'

red 55 ◦ green 56 ◦ blue 130

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

Shades of Jacksons Purple #373882

Tints of Jacksons Purple #373882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

 BLUE value IS 130 (51.17% from 255) = 53.94%

R = 22.82%
G = 23.24%
B = 53.94%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#373882 (or 0x373882) is known color: Jacksons Purple. HEX triplet: 37, 38 and 82. RGB value is (55,56,130). Sum of RGB (Red+Green+Blue) = 55+56+130=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #373882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373882 is #C8C77D. Grayscale: #3F3F3F. Windows color (decimal): -13158270 or 8534071. OLE color: 8534071.

HSL color Cylindrical-coordinate representation of color #373882: hue angle of 239.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #373882 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 56 130 -
CMYK 0.58 0.57 0 0.49
HSL 239.2º 0.41% 0.36% -
HSV(B) 239.2º 0.58% 0.51% -
XYZ 7.02 5.25 21.76 -
YUV 64.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 55 56 130 0.58 0.57 0 0.49 239.2 0.41 0.36
Hex 37 38 82 3A 39 0 31 EF 29 24
Octal 67 70 202 72 71 0 61 357 51 44
Binary 110111 111000 10000010 111010 111001 0 110001 11101111 101001 100100

Color Harmonies of #373882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373882

Black with #373882

Text Example


Text Example

White with #373882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373882; }

 p { color: rgb(55,56,130); }

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

background-color css

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

 a { background-color: rgb(55,56,130); }

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

border-color css

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

 span { border-color: rgb(55,56,130); }

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