#384092

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

Shades of Jacksons Purple #384092

Tints of Jacksons Purple #384092

Color information

#384092 (or 0x384092) is unknown color: approx Jacksons Purple. HEX triplet: 38, 40 and 92. RGB value is (56,64,146). Sum of RGB (Red+Green+Blue) = 56+64+146=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #384092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384092 is #C7BF6D. Grayscale: #464646. Windows color (decimal): -13090670 or 9584696. OLE color: 9584696.

HSL color Cylindrical-coordinate representation of color #384092: hue angle of 234.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384092 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5664146-
CMYK0.620.5600.43
HSL234.67º44.55%39.61%-
HSV(B)234.67º61.64%57.25%-
XYZ8.656.5828.01-
YUV70.96170.35117.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=21.05%
G=24.06%
B=54.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56641460.620.5600.43234.6744.5539.61
Hex3840923E3802Beb2d28
Octal7010022276700533535550
Binary111000100000010010010111110111000010101111101011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384092; }

 p { color: rgb(56,64,146); }

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

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

 a { background-color: rgb(56,64,146); }

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

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

 span { border-color: rgb(56,64,146); }

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