Html Css Color HEX #422659 Jagger

📋 copy color: '#422659'

red 66 ◦ green 38 ◦ blue 89

#422659
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #422659

Tints of Jagger #422659

RGB

 RED value IS 66 (26.17% from 255) = 34.2%

 GREEN value IS 38 (15.23% from 255) = 19.69%

 BLUE value IS 89 (35.16% from 255) = 46.11%

R = 34.2%
G = 19.69%
B = 46.11%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#422659 (or 0x422659) is known color: Jagger. HEX triplet: 42, 26 and 59. RGB value is (66,38,89). Sum of RGB (Red+Green+Blue) = 66+38+89=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #422659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422659 is #BDD9A6. Grayscale: #343434. Windows color (decimal): -12442023 or 5842498. OLE color: 5842498.

HSL color Cylindrical-coordinate representation of color #422659: hue angle of 272.94º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #422659 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 38 89 -
CMYK 0.26 0.57 0 0.65
HSL 272.94º 0.4% 0.25% -
HSV(B) 272.94º 0.57% 0.35% -
XYZ 4.74 3.27 9.83 -
YUV 52.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 66 38 89 0.26 0.57 0 0.65 272.94 0.4 0.25
Hex 42 26 59 1A 39 0 41 111 28 19
Octal 102 46 131 32 71 0 101 421 50 31
Binary 1000010 100110 1011001 11010 111001 0 1000001 100010001 101000 11001

Color Harmonies of #422659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422659

Black with #422659

Text Example


Text Example

White with #422659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422659; }

 p { color: rgb(66,38,89); }

 H1.HeaderClassName
 {
   color: #422659;
 }
 .AnyTagClassName
 {
   color: #422659;
 }
</style>

background-color css

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

 a { background-color: rgb(66,38,89); }

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

border-color css

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

 span { border-color: rgb(66,38,89); }

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