#383875

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

Shades of Jacksons Purple #383875

Tints of Jacksons Purple #383875

Color information

#383875 (or 0x383875) is unknown color: approx Jacksons Purple. HEX triplet: 38, 38 and 75. RGB value is (56,56,117). Sum of RGB (Red+Green+Blue) = 56+56+117=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #383875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383875 is #C7C78A. Grayscale: #3E3E3E. Windows color (decimal): -13092747 or 7682104. OLE color: 7682104.

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

Color convert

RGB5656117-
CMYK0.520.5200.54
HSL240º35.26%33.92%-
HSV(B)240º52.14%45.88%-
XYZ6.264.9517.46-
YUV62.95158.5123.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 56 (22.27% from 255) = 24.45%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=24.45%
G=24.45%
B=51.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56561170.520.5200.5424035.2633.92
Hex3838753434036f02322
Octal707016564640663604342
Binary1110001110001110101110100110100011011011110000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383875; }

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

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

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

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

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

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

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

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