#383B80

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

Shades of Jacksons Purple #383B80

Tints of Jacksons Purple #383B80

Color information

#383B80 (or 0x383B80) is unknown color: approx Jacksons Purple. HEX triplet: 38, 3B and 80. RGB value is (56,59,128). Sum of RGB (Red+Green+Blue) = 56+59+128=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #383B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383B80 is #C7C47F. Grayscale: #414141. Windows color (decimal): -13091968 or 8403768. OLE color: 8403768.

HSL color Cylindrical-coordinate representation of color #383B80: hue angle of 237.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #383B80 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5659128-
CMYK0.560.5400.50
HSL237.5º39.13%36.08%-
HSV(B)237.5º56.25%50.2%-
XYZ7.095.5321.12-
YUV65.97163.01120.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 59 (23.44% from 255) = 24.28%
BLUE value IS 128 (50.39% from 255) = 52.67%
R=23.05%
G=24.28%
B=52.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56591280.560.5400.50237.539.1336.08
Hex383B803836032ee2724
Octal707320070660623564744
Binary11100011101110000000111000110110011001011101110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383B80; }

 p { color: rgb(56,59,128); }

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

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

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

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

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

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

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