#383984

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

Shades of Jacksons Purple #383984

Tints of Jacksons Purple #383984

Color information

#383984 (or 0x383984) is unknown color: approx Jacksons Purple. HEX triplet: 38, 39 and 84. RGB value is (56,57,132). Sum of RGB (Red+Green+Blue) = 56+57+132=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #383984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383984 is #C7C67B. Grayscale: #404040. Windows color (decimal): -13092476 or 8665400. OLE color: 8665400.

HSL color Cylindrical-coordinate representation of color #383984: hue angle of 239.21º degrees, saturation: 0.4, 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 #383984 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5657132-
CMYK0.580.5700.48
HSL239.21º40.43%36.86%-
HSV(B)239.21º57.58%51.76%-
XYZ7.265.4322.5-
YUV65.25165.67121.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 132 (51.95% from 255) = 53.88%
R=22.86%
G=23.27%
B=53.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56571320.580.5700.48239.2140.4336.86
Hex3839843A39030ef2825
Octal707120472710603575045
Binary11100011100110000100111010111001011000011101111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383984; }

 p { color: rgb(56,57,132); }

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

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

 a { background-color: rgb(56,57,132); }

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

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

 span { border-color: rgb(56,57,132); }

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