#383577

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

Shades of Jacksons Purple #383577

Tints of Jacksons Purple #383577

Color information

#383577 (or 0x383577) is unknown color: approx Jacksons Purple. HEX triplet: 38, 35 and 77. RGB value is (56,53,119). Sum of RGB (Red+Green+Blue) = 56+53+119=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #383577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383577 is #C7CA88. Grayscale: #3D3D3D. Windows color (decimal): -13093513 or 7812408. OLE color: 7812408.

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

Color convert

RGB5653119-
CMYK0.530.5500.53
HSL242.73º38.37%33.73%-
HSV(B)242.73º55.46%46.67%-
XYZ6.234.7218.04-
YUV61.42160.49124.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 53 (21.09% from 255) = 23.25%
BLUE value IS 119 (46.88% from 255) = 52.19%
R=24.56%
G=23.25%
B=52.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56531190.530.5500.53242.7338.3733.73
Hex3835773537035f32622
Octal706516765670653634642
Binary1110001101011110111110101110111011010111110011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383577; }

 p { color: rgb(56,53,119); }

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

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

 a { background-color: rgb(56,53,119); }

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

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

 span { border-color: rgb(56,53,119); }

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