#383D84

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

Shades of Jacksons Purple #383D84

Tints of Jacksons Purple #383D84

Color information

#383D84 (or 0x383D84) is unknown color: approx Jacksons Purple. HEX triplet: 38, 3D and 84. RGB value is (56,61,132). Sum of RGB (Red+Green+Blue) = 56+61+132=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #383D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383D84 is #C7C27B. Grayscale: #434343. Windows color (decimal): -13091452 or 8666424. OLE color: 8666424.

HSL color Cylindrical-coordinate representation of color #383D84: hue angle of 236.05º 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 #383D84 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5661132-
CMYK0.580.5400.48
HSL236.05º40.43%36.86%-
HSV(B)236.05º57.58%51.76%-
XYZ7.465.8422.56-
YUV67.6164.34119.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 132 (51.95% from 255) = 53.01%
R=22.49%
G=24.50%
B=53.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56611320.580.5400.48236.0540.4336.86
Hex383D843A36030ec2825
Octal707520472660603545045
Binary11100011110110000100111010110110011000011101100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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