#383883

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

Shades of Jacksons Purple #383883

Tints of Jacksons Purple #383883

Color information

#383883 (or 0x383883) is unknown color: approx Jacksons Purple. HEX triplet: 38, 38 and 83. RGB value is (56,56,131). Sum of RGB (Red+Green+Blue) = 56+56+131=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #383883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383883 is #C7C77C. Grayscale: #404040. Windows color (decimal): -13092733 or 8599608. OLE color: 8599608.

HSL color Cylindrical-coordinate representation of color #383883: hue angle of 240º 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 #383883 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5656131-
CMYK0.570.5700.49
HSL240º40.11%36.67%-
HSV(B)240º57.25%51.37%-
XYZ7.145.3122.12-
YUV64.55165.5121.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 131 (51.56% from 255) = 53.91%
R=23.05%
G=23.05%
B=53.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56561310.570.5700.4924040.1136.67
Hex3838833939031f02825
Octal707020371710613605045
Binary11100011100010000011111001111001011000111110000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383883; }

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

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

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

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

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

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

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

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