#423054

Color #423054 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #423054

Tints of Jagger #423054

Color information

#423054 (or 0x423054) is unknown color: approx Jagger. HEX triplet: 42, 30 and 54. RGB value is (66,48,84). Sum of RGB (Red+Green+Blue) = 66+48+84=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #423054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423054 is #BDCFAB. Grayscale: #393939. Windows color (decimal): -12439468 or 5517378. OLE color: 5517378.

HSL color Cylindrical-coordinate representation of color #423054: hue angle of 270º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #423054 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB664884-
CMYK0.210.4300.67
HSL270º27.27%25.88%-
HSV(B)270º42.86%32.94%-
XYZ4.93.918.88-
YUV57.49142.96134.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 84 (33.20% from 255) = 42.42%
R=33.33%
G=24.24%
B=42.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6648840.210.4300.6727027.2725.88
Hex423054152B04310e1b1a
Octal10260124255301034163332
Binary1000010110000101010010101101011010000111000011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423054; }

 p { color: rgb(66,48,84); }

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

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

 a { background-color: rgb(66,48,84); }

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

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

 span { border-color: rgb(66,48,84); }

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