#38378A

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

Shades of Jacksons Purple #38378A

Tints of Jacksons Purple #38378A

Color information

#38378A (or 0x38378A) is unknown color: approx Jacksons Purple. HEX triplet: 38, 37 and 8A. RGB value is (56,55,138). Sum of RGB (Red+Green+Blue) = 56+55+138=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #38378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38378A is #C7C875. Grayscale: #404040. Windows color (decimal): -13092982 or 9058104. OLE color: 9058104.

HSL color Cylindrical-coordinate representation of color #38378A: hue angle of 240.72º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38378A is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5655138-
CMYK0.590.6000.46
HSL240.72º43.01%37.84%-
HSV(B)240.72º60.14%54.12%-
XYZ7.585.4124.69-
YUV64.76169.33121.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 138 (54.30% from 255) = 55.42%
R=22.49%
G=22.09%
B=55.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56551380.590.6000.46240.7243.0137.84
Hex38378A3B3C02Ef12b26
Octal706721273740563615346
Binary11100011011110001010111011111100010111011110001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38378A; }

 p { color: rgb(56,55,138); }

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

<style>
 a { background-color: #38378A; }

 a { background-color: rgb(56,55,138); }

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

<style>
 span { border-color: #38378A; }

 span { border-color: rgb(56,55,138); }

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