Html Css Color HEX #382E81 Jacksons Purple

📋 copy color: '#382E81'

red 56 ◦ green 46 ◦ blue 129

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

Shades of Jacksons Purple #382E81

Tints of Jacksons Purple #382E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 55.84%

R = 24.24%
G = 19.91%
B = 55.84%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#382E81 (or 0x382E81) is known color: Jacksons Purple. HEX triplet: 38, 2E and 81. RGB value is (56,46,129). Sum of RGB (Red+Green+Blue) = 56+46+129=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #382E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382E81 is #C7D17E. Grayscale: #3A3A3A. Windows color (decimal): -13095295 or 8465976. OLE color: 8465976.

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

Color convert

RGB 56 46 129 -
CMYK 0.57 0.64 0 0.49
HSL 247.23º 0.47% 0.34% -
HSV(B) 247.23º 0.64% 0.51% -
XYZ 6.57 4.38 21.27 -
YUV 58.45 167.81 126.25 -
System Red Green Blue C M Y K H S L
Decimal 56 46 129 0.57 0.64 0 0.49 247.23 0.47 0.34
Hex 38 2E 81 39 40 0 31 F7 2F 22
Octal 70 56 201 71 100 0 61 367 57 42
Binary 111000 101110 10000001 111001 1000000 0 110001 11110111 101111 100010

Color Harmonies of #382E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E81

Black with #382E81

Text Example


Text Example

White with #382E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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