#434B7C

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

Shades of Jacksons Purple #434B7C

Tints of Jacksons Purple #434B7C

Color information

#434B7C (or 0x434B7C) is unknown color: approx Jacksons Purple. HEX triplet: 43, 4B and 7C. RGB value is (67,75,124). Sum of RGB (Red+Green+Blue) = 67+75+124=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #434B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B7C is #BCB483. Grayscale: #4D4D4D. Windows color (decimal): -12366980 or 8145731. OLE color: 8145731.

HSL color Cylindrical-coordinate representation of color #434B7C: hue angle of 231.58º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #434B7C is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6775124-
CMYK0.460.4000.51
HSL231.58º29.84%37.45%-
HSV(B)231.58º45.97%48.63%-
XYZ8.477.6820.1-
YUV78.19153.85120.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.19%
GREEN value IS 75 (29.69% from 255) = 28.20%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=25.19%
G=28.20%
B=46.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67751240.460.4000.51231.5829.8437.45
Hex434B7C2E28033e81e25
Octal10311317456500633503645
Binary10000111001011111110010111010100001100111110100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434B7C; }

 p { color: rgb(67,75,124); }

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

<style>
 a { background-color: #434B7C; }

 a { background-color: rgb(67,75,124); }

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

<style>
 span { border-color: #434B7C; }

 span { border-color: rgb(67,75,124); }

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