#383485

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

Shades of Jacksons Purple #383485

Tints of Jacksons Purple #383485

Color information

#383485 (or 0x383485) is unknown color: approx Jacksons Purple. HEX triplet: 38, 34 and 85. RGB value is (56,52,133). Sum of RGB (Red+Green+Blue) = 56+52+133=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #383485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383485 is #C7CB7A. Grayscale: #3E3E3E. Windows color (decimal): -13093755 or 8729656. OLE color: 8729656.

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

Color convert

RGB5652133-
CMYK0.580.6100.48
HSL242.96º43.78%36.27%-
HSV(B)242.96º60.9%52.16%-
XYZ7.094.9922.78-
YUV62.43167.83123.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 133 (52.34% from 255) = 55.19%
R=23.24%
G=21.58%
B=55.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56521330.580.6100.48242.9643.7836.27
Hex3834853A3D030f32c24
Octal706420572750603635444
Binary11100011010010000101111010111101011000011110011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383485; }

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

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

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

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

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

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

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

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