#423351

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

Shades of Jagger #423351

Tints of Jagger #423351

Color information

#423351 (or 0x423351) is unknown color: approx Jagger. HEX triplet: 42, 33 and 51. RGB value is (66,51,81). Sum of RGB (Red+Green+Blue) = 66+51+81=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: blue. Hex color #423351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423351 is #BDCCAE. Grayscale: #3A3A3A. Windows color (decimal): -12438703 or 5321538. OLE color: 5321538.

HSL color Cylindrical-coordinate representation of color #423351: hue angle of 270º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #423351 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB665181-
CMYK0.190.3700.68
HSL270º22.73%25.88%-
HSV(B)270º37.04%31.76%-
XYZ4.924.128.32-
YUV58.9140.47133.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=33.33%
G=25.76%
B=40.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6651810.190.3700.6827022.7325.88
Hex423351132504410e171a
Octal10263121234501044162732
Binary1000010110011101000110011100101010001001000011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423351; }

 p { color: rgb(66,51,81); }

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

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

 a { background-color: rgb(66,51,81); }

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

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

 span { border-color: rgb(66,51,81); }

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