#384383

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

Shades of Jacksons Purple #384383

Tints of Jacksons Purple #384383

Color information

#384383 (or 0x384383) is unknown color: approx Jacksons Purple. HEX triplet: 38, 43 and 83. RGB value is (56,67,131). Sum of RGB (Red+Green+Blue) = 56+67+131=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #384383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384383 is #C7BC7C. Grayscale: #464646. Windows color (decimal): -13089917 or 8602424. OLE color: 8602424.

HSL color Cylindrical-coordinate representation of color #384383: hue angle of 231.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #384383 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5667131-
CMYK0.570.4900.49
HSL231.2º40.11%36.67%-
HSV(B)231.2º57.25%51.37%-
XYZ7.736.4922.32-
YUV71.01161.86117.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 131 (51.56% from 255) = 51.57%
R=22.05%
G=26.38%
B=51.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56671310.570.4900.49231.240.1136.67
Hex3843833931031e72825
Octal7010320371610613475045
Binary111000100001110000011111001110001011000111100111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384383; }

 p { color: rgb(56,67,131); }

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

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

 a { background-color: rgb(56,67,131); }

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

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

 span { border-color: rgb(56,67,131); }

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