Html Css Color HEX #422759 Jagger

📋 copy color: '#422759'

red 66 ◦ green 39 ◦ blue 89

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

Shades of Jagger #422759

Tints of Jagger #422759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.1%

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

R = 34.02%
G = 20.1%
B = 45.88%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#422759 (or 0x422759) is known color: Jagger. HEX triplet: 42, 27 and 59. RGB value is (66,39,89). Sum of RGB (Red+Green+Blue) = 66+39+89=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #422759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422759 is #BDD8A6. Grayscale: #343434. Windows color (decimal): -12441767 or 5842754. OLE color: 5842754.

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

Color convert

RGB 66 39 89 -
CMYK 0.26 0.56 0 0.65
HSL 272.4º 0.39% 0.25% -
HSV(B) 272.4º 0.56% 0.35% -
XYZ 4.78 3.33 9.84 -
YUV 52.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 66 39 89 0.26 0.56 0 0.65 272.4 0.39 0.25
Hex 42 27 59 1A 38 0 41 110 27 19
Octal 102 47 131 32 70 0 101 420 47 31
Binary 1000010 100111 1011001 11010 111000 0 1000001 100010000 100111 11001

Color Harmonies of #422759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422759

Black with #422759

Text Example


Text Example

White with #422759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422759; }

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

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

background-color css

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

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

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

border-color css

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

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

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