#383F85

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

Shades of Jacksons Purple #383F85

Tints of Jacksons Purple #383F85

Color information

#383F85 (or 0x383F85) is unknown color: approx Jacksons Purple. HEX triplet: 38, 3F and 85. RGB value is (56,63,133). Sum of RGB (Red+Green+Blue) = 56+63+133=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #383F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383F85 is #C7C07A. Grayscale: #444444. Windows color (decimal): -13090939 or 8732472. OLE color: 8732472.

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

Color convert

RGB5663133-
CMYK0.580.5300.48
HSL234.55º40.74%37.06%-
HSV(B)234.55º57.89%52.16%-
XYZ7.646.0922.96-
YUV68.89164.18118.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 133 (52.34% from 255) = 52.78%
R=22.22%
G=25%
B=52.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56631330.580.5300.48234.5540.7437.06
Hex383F853A35030eb2925
Octal707720572650603535145
Binary11100011111110000101111010110101011000011101011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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