#38377C

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

Shades of Jacksons Purple #38377C

Tints of Jacksons Purple #38377C

Color information

#38377C (or 0x38377C) is unknown color: approx Jacksons Purple. HEX triplet: 38, 37 and 7C. RGB value is (56,55,124). Sum of RGB (Red+Green+Blue) = 56+55+124=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #38377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38377C is #C7C883. Grayscale: #3E3E3E. Windows color (decimal): -13092996 or 8140600. OLE color: 8140600.

HSL color Cylindrical-coordinate representation of color #38377C: hue angle of 240.87º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38377C is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5655124-
CMYK0.550.5600.51
HSL240.87º38.55%35.1%-
HSV(B)240.87º55.65%48.63%-
XYZ6.645.0319.69-
YUV63.16162.33122.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=23.83%
G=23.40%
B=52.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56551240.550.5600.51240.8738.5535.1
Hex38377C3738033f12723
Octal706717467700633614743
Binary1110001101111111100110111111000011001111110001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38377C; }

 p { color: rgb(56,55,124); }

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

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

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

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

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

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

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