Html Css Color HEX #373082 Jacksons Purple

📋 copy color: '#373082'

red 55 ◦ green 48 ◦ blue 130

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

Shades of Jacksons Purple #373082

Tints of Jacksons Purple #373082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

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

R = 23.61%
G = 20.6%
B = 55.79%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#373082 (or 0x373082) is known color: Jacksons Purple. HEX triplet: 37, 30 and 82. RGB value is (55,48,130). Sum of RGB (Red+Green+Blue) = 55+48+130=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #373082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373082 is #C8CF7D. Grayscale: #3B3B3B. Windows color (decimal): -13160318 or 8532023. OLE color: 8532023.

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

Color convert

RGB 55 48 130 -
CMYK 0.58 0.63 0 0.49
HSL 245.12º 0.46% 0.35% -
HSV(B) 245.12º 0.63% 0.51% -
XYZ 6.66 4.54 21.64 -
YUV 59.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 55 48 130 0.58 0.63 0 0.49 245.12 0.46 0.35
Hex 37 30 82 3A 3F 0 31 F5 2E 23
Octal 67 60 202 72 77 0 61 365 56 43
Binary 110111 110000 10000010 111010 111111 0 110001 11110101 101110 100011

Color Harmonies of #373082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373082

Black with #373082

Text Example


Text Example

White with #373082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373082; }

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

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

background-color css

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

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

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

border-color css

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

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

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