#42437B

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

Shades of Jacksons Purple #42437B

Tints of Jacksons Purple #42437B

Color information

#42437B (or 0x42437B) is unknown color: approx Jacksons Purple. HEX triplet: 42, 43 and 7B. RGB value is (66,67,123). Sum of RGB (Red+Green+Blue) = 66+67+123=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #42437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42437B is #BDBC84. Grayscale: #484848. Windows color (decimal): -12434565 or 8078146. OLE color: 8078146.

HSL color Cylindrical-coordinate representation of color #42437B: hue angle of 238.95º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42437B is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6667123-
CMYK0.460.4600.52
HSL238.95º30.16%37.06%-
HSV(B)238.95º46.34%48.24%-
XYZ7.836.619.6-
YUV73.09156.17122.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=25.78%
G=26.17%
B=48.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66671230.460.4600.52238.9530.1637.06
Hex42437B2E2E034ef1e25
Octal10210317356560643573645
Binary10000101000011111101110111010111001101001110111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42437B; }

 p { color: rgb(66,67,123); }

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

<style>
 a { background-color: #42437B; }

 a { background-color: rgb(66,67,123); }

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

<style>
 span { border-color: #42437B; }

 span { border-color: rgb(66,67,123); }

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