#383C7F

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

Shades of Jacksons Purple #383C7F

Tints of Jacksons Purple #383C7F

Color information

#383C7F (or 0x383C7F) is unknown color: approx Jacksons Purple. HEX triplet: 38, 3C and 7F. RGB value is (56,60,127). Sum of RGB (Red+Green+Blue) = 56+60+127=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #383C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C7F is #C7C380. Grayscale: #424242. Windows color (decimal): -13091713 or 8338488. OLE color: 8338488.

HSL color Cylindrical-coordinate representation of color #383C7F: hue angle of 236.62º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #383C7F is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5660127-
CMYK0.560.5300.50
HSL236.62º38.8%35.88%-
HSV(B)236.62º55.91%49.8%-
XYZ7.085.620.79-
YUV66.44162.17120.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 60 (23.83% from 255) = 24.69%
BLUE value IS 127 (50% from 255) = 52.26%
R=23.05%
G=24.69%
B=52.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56601270.560.5300.50236.6238.835.88
Hex383C7F3835032ed2724
Octal707417770650623554744
Binary1110001111001111111111000110101011001011101101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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