#383085

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

Shades of Jacksons Purple #383085

Tints of Jacksons Purple #383085

Color information

#383085 (or 0x383085) is unknown color: approx Jacksons Purple. HEX triplet: 38, 30 and 85. RGB value is (56,48,133). Sum of RGB (Red+Green+Blue) = 56+48+133=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #383085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383085 is #C7CF7A. Grayscale: #3B3B3B. Windows color (decimal): -13094779 or 8728632. OLE color: 8728632.

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

Color convert

RGB5648133-
CMYK0.580.6400.48
HSL245.65º46.96%35.49%-
HSV(B)245.65º63.91%52.16%-
XYZ6.924.6522.72-
YUV60.08169.15125.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 133 (52.34% from 255) = 56.12%
R=23.63%
G=20.25%
B=56.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56481330.580.6400.48245.6546.9635.49
Hex3830853A40030f62f23
Octal7060205721000603665743
Binary111000110000100001011110101000000011000011110110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383085; }

 p { color: rgb(56,48,133); }

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

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

 a { background-color: rgb(56,48,133); }

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

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

 span { border-color: rgb(56,48,133); }

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