#38337C

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

Shades of Jacksons Purple #38337C

Tints of Jacksons Purple #38337C

Color information

#38337C (or 0x38337C) is unknown color: approx Jacksons Purple. HEX triplet: 38, 33 and 7C. RGB value is (56,51,124). Sum of RGB (Red+Green+Blue) = 56+51+124=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #38337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38337C is #C7CC83. Grayscale: #3C3C3C. Windows color (decimal): -13094020 or 8139576. OLE color: 8139576.

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

Color convert

RGB5651124-
CMYK0.550.5900.51
HSL244.11º41.71%34.31%-
HSV(B)244.11º58.87%48.63%-
XYZ6.454.6619.63-
YUV60.82163.66124.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=24.24%
G=22.08%
B=53.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56511240.550.5900.51244.1141.7134.31
Hex38337C373B033f42a22
Octal706317467730633645242
Binary1110001100111111100110111111011011001111110100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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