Html Css Color HEX #382E82 Jacksons Purple

📋 copy color: '#382E82'

red 56 ◦ green 46 ◦ blue 130

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

Shades of Jacksons Purple #382E82

Tints of Jacksons Purple #382E82

RGB

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

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

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

R = 24.14%
G = 19.83%
B = 56.03%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#382E82 (or 0x382E82) is known color: Jacksons Purple. HEX triplet: 38, 2E and 82. RGB value is (56,46,130). Sum of RGB (Red+Green+Blue) = 56+46+130=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #382E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382E82 is #C7D17D. Grayscale: #3A3A3A. Windows color (decimal): -13095294 or 8531512. OLE color: 8531512.

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

Color convert

RGB 56 46 130 -
CMYK 0.57 0.65 0 0.49
HSL 247.14º 0.48% 0.35% -
HSV(B) 247.14º 0.65% 0.51% -
XYZ 6.64 4.41 21.62 -
YUV 58.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 56 46 130 0.57 0.65 0 0.49 247.14 0.48 0.35
Hex 38 2E 82 39 41 0 31 F7 30 23
Octal 70 56 202 71 101 0 61 367 60 43
Binary 111000 101110 10000010 111001 1000001 0 110001 11110111 110000 100011

Color Harmonies of #382E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E82

Black with #382E82

Text Example


Text Example

White with #382E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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