#38317B

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

Shades of Jacksons Purple #38317B

Tints of Jacksons Purple #38317B

Color information

#38317B (or 0x38317B) is unknown color: approx Jacksons Purple. HEX triplet: 38, 31 and 7B. RGB value is (56,49,123). Sum of RGB (Red+Green+Blue) = 56+49+123=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #38317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38317B is #C7CE84. Grayscale: #3B3B3B. Windows color (decimal): -13094533 or 8073528. OLE color: 8073528.

HSL color Cylindrical-coordinate representation of color #38317B: hue angle of 245.68º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38317B is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5649123-
CMYK0.540.6000.52
HSL245.68º43.02%33.73%-
HSV(B)245.68º60.16%48.24%-
XYZ6.34.4719.27-
YUV59.53163.82125.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=24.56%
G=21.49%
B=53.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56491230.540.6000.52245.6843.0233.73
Hex38317B363C034f62b22
Octal706117366740643665342
Binary1110001100011111011110110111100011010011110110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38317B; }

 p { color: rgb(56,49,123); }

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

<style>
 a { background-color: #38317B; }

 a { background-color: rgb(56,49,123); }

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

<style>
 span { border-color: #38317B; }

 span { border-color: rgb(56,49,123); }

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