#383675

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

Shades of Jacksons Purple #383675

Tints of Jacksons Purple #383675

Color information

#383675 (or 0x383675) is unknown color: approx Jacksons Purple. HEX triplet: 38, 36 and 75. RGB value is (56,54,117). Sum of RGB (Red+Green+Blue) = 56+54+117=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #383675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383675 is #C7C98A. Grayscale: #3D3D3D. Windows color (decimal): -13093259 or 7681592. OLE color: 7681592.

HSL color Cylindrical-coordinate representation of color #383675: hue angle of 241.9º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #383675 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5654117-
CMYK0.520.5400.54
HSL241.9º36.84%33.53%-
HSV(B)241.9º53.85%45.88%-
XYZ6.164.7617.42-
YUV61.78159.16123.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 54 (21.48% from 255) = 23.79%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=24.67%
G=23.79%
B=51.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56541170.520.5400.54241.936.8433.53
Hex3836753436036f22522
Octal706616564660663624542
Binary1110001101101110101110100110110011011011110010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383675; }

 p { color: rgb(56,54,117); }

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

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

 a { background-color: rgb(56,54,117); }

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

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

 span { border-color: rgb(56,54,117); }

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