#38428A

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

Shades of Jacksons Purple #38428A

Tints of Jacksons Purple #38428A

Color information

#38428A (or 0x38428A) is unknown color: approx Jacksons Purple. HEX triplet: 38, 42 and 8A. RGB value is (56,66,138). Sum of RGB (Red+Green+Blue) = 56+66+138=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #38428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38428A is #C7BD75. Grayscale: #464646. Windows color (decimal): -13090166 or 9060920. OLE color: 9060920.

HSL color Cylindrical-coordinate representation of color #38428A: hue angle of 232.68º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38428A is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5666138-
CMYK0.590.5200.46
HSL232.68º42.27%38.04%-
HSV(B)232.68º59.42%54.12%-
XYZ8.176.5724.88-
YUV71.22165.69117.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 138 (54.30% from 255) = 53.08%
R=21.54%
G=25.38%
B=53.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56661380.590.5200.46232.6842.2738.04
Hex38428A3B3402Ee92a26
Octal7010221273640563515246
Binary111000100001010001010111011110100010111011101001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38428A; }

 p { color: rgb(56,66,138); }

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

<style>
 a { background-color: #38428A; }

 a { background-color: rgb(56,66,138); }

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

<style>
 span { border-color: #38428A; }

 span { border-color: rgb(56,66,138); }

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