#423255

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

Shades of Jagger #423255

Tints of Jagger #423255

Color information

#423255 (or 0x423255) is unknown color: approx Jagger. HEX triplet: 42, 32 and 55. RGB value is (66,50,85). Sum of RGB (Red+Green+Blue) = 66+50+85=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #423255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423255 is #BDCDAA. Grayscale: #3A3A3A. Windows color (decimal): -12438955 or 5583426. OLE color: 5583426.

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

Color convert

RGB665085-
CMYK0.220.4100.67
HSL267.43º25.93%26.47%-
HSV(B)267.43º41.18%33.33%-
XYZ5.034.19.12-
YUV58.77142.8133.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.84%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=32.84%
G=24.88%
B=42.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6650850.220.4100.67267.4325.9326.47
Hex423255162904310b1a1a
Octal10262125265101034133232
Binary1000010110010101010110110101001010000111000010111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423255; }

 p { color: rgb(66,50,85); }

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

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

 a { background-color: rgb(66,50,85); }

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

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

 span { border-color: rgb(66,50,85); }

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