#383C7C

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

Shades of Jacksons Purple #383C7C

Tints of Jacksons Purple #383C7C

Color information

#383C7C (or 0x383C7C) is unknown color: approx Jacksons Purple. HEX triplet: 38, 3C and 7C. RGB value is (56,60,124). Sum of RGB (Red+Green+Blue) = 56+60+124=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #383C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C7C is #C7C383. Grayscale: #414141. Windows color (decimal): -13091716 or 8141880. OLE color: 8141880.

HSL color Cylindrical-coordinate representation of color #383C7C: hue angle of 236.47º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #383C7C is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5660124-
CMYK0.550.5200.51
HSL236.47º37.78%35.29%-
HSV(B)236.47º54.84%48.63%-
XYZ6.885.5319.77-
YUV66.1160.67120.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 60 (23.83% from 255) = 25%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=23.33%
G=25%
B=51.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56601240.550.5200.51236.4737.7835.29
Hex383C7C3734033ec2623
Octal707417467640633544643
Binary1110001111001111100110111110100011001111101100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,60,124); }

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

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

 a { background-color: rgb(56,60,124); }

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

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

 span { border-color: rgb(56,60,124); }

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