#383A7A

Color #383A7A Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #383A7A

Tints of Jacksons Purple #383A7A

Color information

#383A7A (or 0x383A7A) is unknown color: approx Jacksons Purple. HEX triplet: 38, 3A and 7A. RGB value is (56,58,122). Sum of RGB (Red+Green+Blue) = 56+58+122=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #383A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A7A is #C7C585. Grayscale: #404040. Windows color (decimal): -13092230 or 8010296. OLE color: 8010296.

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

Color convert

RGB5658122-
CMYK0.540.5200.52
HSL238.18º37.08%34.9%-
HSV(B)238.18º54.1%47.84%-
XYZ6.665.2719.08-
YUV64.7160.34121.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 58 (23.05% from 255) = 24.58%
BLUE value IS 122 (48.05% from 255) = 51.69%
R=23.73%
G=24.58%
B=51.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56581220.540.5200.52238.1837.0834.9
Hex383A7A3634034ee2523
Octal707217266640643564543
Binary1110001110101111010110110110100011010011101110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383A7A; }

 p { color: rgb(56,58,122); }

 H1.HeaderClassName
 {
   color: #383A7A;
 }
 .AnyTagClassName
 {
   color: #383A7A;
 }
</style>
background-color css

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

 a { background-color: rgb(56,58,122); }

 div.DivClassName
 {
   background-color: #383A7A;
 }
 .BgClassName
 {
   background-color: #383A7A;
 }
</style>
border-color css

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

 span { border-color: rgb(56,58,122); }

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