#38397C

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

Shades of Jacksons Purple #38397C

Tints of Jacksons Purple #38397C

Color information

#38397C (or 0x38397C) is unknown color: approx Jacksons Purple. HEX triplet: 38, 39 and 7C. RGB value is (56,57,124). Sum of RGB (Red+Green+Blue) = 56+57+124=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #38397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38397C is #C7C683. Grayscale: #404040. Windows color (decimal): -13092484 or 8141112. OLE color: 8141112.

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

Color convert

RGB5657124-
CMYK0.550.5400.51
HSL239.12º37.78%35.29%-
HSV(B)239.12º54.84%48.63%-
XYZ6.735.2219.72-
YUV64.34161.67122.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 57 (22.66% from 255) = 24.05%
BLUE value IS 124 (48.83% from 255) = 52.32%
R=23.63%
G=24.05%
B=52.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56571240.550.5400.51239.1237.7835.29
Hex38397C3736033ef2623
Octal707117467660633574643
Binary1110001110011111100110111110110011001111101111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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