Html Css Color HEX #382E84 Jacksons Purple

📋 copy color: '#382E84'

red 56 ◦ green 46 ◦ blue 132

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

Shades of Jacksons Purple #382E84

Tints of Jacksons Purple #382E84

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.66%

 BLUE value IS 132 (51.95% from 255) = 56.41%

R = 23.93%
G = 19.66%
B = 56.41%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#382E84 (or 0x382E84) is known color: Jacksons Purple. HEX triplet: 38, 2E and 84. RGB value is (56,46,132). Sum of RGB (Red+Green+Blue) = 56+46+132=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #382E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382E84 is #C7D17B. Grayscale: #3A3A3A. Windows color (decimal): -13095292 or 8662584. OLE color: 8662584.

HSL color Cylindrical-coordinate representation of color #382E84: hue angle of 246.98º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #382E84 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 46 132 -
CMYK 0.58 0.65 0 0.48
HSL 246.98º 0.48% 0.35% -
HSV(B) 246.98º 0.65% 0.52% -
XYZ 6.77 4.46 22.33 -
YUV 58.79 169.31 126.01 -
System Red Green Blue C M Y K H S L
Decimal 56 46 132 0.58 0.65 0 0.48 246.98 0.48 0.35
Hex 38 2E 84 3A 41 0 30 F7 30 23
Octal 70 56 204 72 101 0 60 367 60 43
Binary 111000 101110 10000100 111010 1000001 0 110000 11110111 110000 100011

Color Harmonies of #382E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E84

Black with #382E84

Text Example


Text Example

White with #382E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382E84; }

 p { color: rgb(56,46,132); }

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

background-color css

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

 a { background-color: rgb(56,46,132); }

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

border-color css

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

 span { border-color: rgb(56,46,132); }

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