Html Css Color HEX #382E83 Jacksons Purple

📋 copy color: '#382E83'

red 56 ◦ green 46 ◦ blue 131

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

Shades of Jacksons Purple #382E83

Tints of Jacksons Purple #382E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 56.22%

R = 24.03%
G = 19.74%
B = 56.22%

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

#382E83 (or 0x382E83) is known color: Jacksons Purple. HEX triplet: 38, 2E and 83. RGB value is (56,46,131). Sum of RGB (Red+Green+Blue) = 56+46+131=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #382E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382E83 is #C7D17C. Grayscale: #3A3A3A. Windows color (decimal): -13095293 or 8597048. OLE color: 8597048.

HSL color Cylindrical-coordinate representation of color #382E83: hue angle of 247.06º 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 #382E83 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 46 131 -
CMYK 0.57 0.65 0 0.49
HSL 247.06º 0.48% 0.35% -
HSV(B) 247.06º 0.65% 0.51% -
XYZ 6.7 4.43 21.98 -
YUV 58.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 56 46 131 0.57 0.65 0 0.49 247.06 0.48 0.35
Hex 38 2E 83 39 41 0 31 F7 30 23
Octal 70 56 203 71 101 0 61 367 60 43
Binary 111000 101110 10000011 111001 1000001 0 110001 11110111 110000 100011

Color Harmonies of #382E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E83

Black with #382E83

Text Example


Text Example

White with #382E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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