#422752

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

Shades of Jagger #422752

Tints of Jagger #422752

Color information

#422752 (or 0x422752) is unknown color: approx Jagger. HEX triplet: 42, 27 and 52. RGB value is (66,39,82). Sum of RGB (Red+Green+Blue) = 66+39+82=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #422752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422752 is #BDD8AD. Grayscale: #333333. Windows color (decimal): -12441774 or 5384002. OLE color: 5384002.

HSL color Cylindrical-coordinate representation of color #422752: hue angle of 277.67º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422752 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB663982-
CMYK0.200.5200.68
HSL277.67º35.54%23.73%-
HSV(B)277.67º52.44%32.16%-
XYZ4.53.228.37-
YUV51.97144.95138-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=35.29%
G=20.86%
B=43.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6639820.200.5200.68277.6735.5423.73
Hex42275214340441162418
Octal10247122246401044264430
Binary10000101001111010010101001101000100010010001011010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422752; }

 p { color: rgb(66,39,82); }

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

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

 a { background-color: rgb(66,39,82); }

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

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

 span { border-color: rgb(66,39,82); }

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