#383278

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

Shades of Jacksons Purple #383278

Tints of Jacksons Purple #383278

Color information

#383278 (or 0x383278) is unknown color: approx Jacksons Purple. HEX triplet: 38, 32 and 78. RGB value is (56,50,120). Sum of RGB (Red+Green+Blue) = 56+50+120=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #383278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383278 is #C7CD87. Grayscale: #3B3B3B. Windows color (decimal): -13094280 or 7877176. OLE color: 7877176.

HSL color Cylindrical-coordinate representation of color #383278: hue angle of 245.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #383278 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5650120-
CMYK0.530.5800.53
HSL245.14º41.18%33.33%-
HSV(B)245.14º58.33%47.06%-
XYZ6.164.4818.31-
YUV59.77161.99125.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 120 (47.27% from 255) = 53.10%
R=24.78%
G=22.12%
B=53.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56501200.530.5800.53245.1441.1833.33
Hex383278353A035f52921
Octal706217065720653655141
Binary1110001100101111000110101111010011010111110101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383278; }

 p { color: rgb(56,50,120); }

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

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

 a { background-color: rgb(56,50,120); }

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

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

 span { border-color: rgb(56,50,120); }

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