Html Css Color HEX #383179 Jacksons Purple

📋 copy color: '#383179'

red 56 ◦ green 49 ◦ blue 121

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

Shades of Jacksons Purple #383179

Tints of Jacksons Purple #383179

RGB

 RED value IS 56 (22.27% from 255) = 24.78%

 GREEN value IS 49 (19.53% from 255) = 21.68%

 BLUE value IS 121 (47.66% from 255) = 53.54%

R = 24.78%
G = 21.68%
B = 53.54%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#383179 (or 0x383179) is known color: Jacksons Purple. HEX triplet: 38, 31 and 79. RGB value is (56,49,121). Sum of RGB (Red+Green+Blue) = 56+49+121=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #383179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383179 is #C7CE86. Grayscale: #3B3B3B. Windows color (decimal): -13094535 or 7942456. OLE color: 7942456.

HSL color Cylindrical-coordinate representation of color #383179: hue angle of 245.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #383179 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 49 121 -
CMYK 0.54 0.60 0 0.53
HSL 245.83º 0.42% 0.33% -
HSV(B) 245.83º 0.6% 0.47% -
XYZ 6.18 4.42 18.62 -
YUV 59.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 56 49 121 0.54 0.60 0 0.53 245.83 0.42 0.33
Hex 38 31 79 36 3C 0 35 F6 2A 21
Octal 70 61 171 66 74 0 65 366 52 41
Binary 111000 110001 1111001 110110 111100 0 110101 11110110 101010 100001

Color Harmonies of #383179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383179

Black with #383179

Text Example


Text Example

White with #383179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383179; }

 p { color: rgb(56,49,121); }

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

background-color css

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

 a { background-color: rgb(56,49,121); }

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

border-color css

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

 span { border-color: rgb(56,49,121); }

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