#38378F

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

Shades of Jacksons Purple #38378F

Tints of Jacksons Purple #38378F

Color information

#38378F (or 0x38378F) is unknown color: approx Jacksons Purple. HEX triplet: 38, 37 and 8F. RGB value is (56,55,143). Sum of RGB (Red+Green+Blue) = 56+55+143=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #38378F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38378F is #C7C870. Grayscale: #404040. Windows color (decimal): -13092977 or 9385784. OLE color: 9385784.

HSL color Cylindrical-coordinate representation of color #38378F: hue angle of 240.68º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38378F is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5655143-
CMYK0.610.6200.44
HSL240.68º44.44%38.82%-
HSV(B)240.68º61.54%56.08%-
XYZ7.965.5626.64-
YUV65.33171.83121.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 55 (21.88% from 255) = 21.65%
BLUE value IS 143 (56.25% from 255) = 56.30%
R=22.05%
G=21.65%
B=56.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56551430.610.6200.44240.6844.4438.82
Hex38378F3D3E02Cf12c27
Octal706721775760543615447
Binary11100011011110001111111101111110010110011110001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38378F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38378F; }

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

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

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

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

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

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

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

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