Html Css Color HEX #422656 Jagger

📋 copy color: '#422656'

red 66 ◦ green 38 ◦ blue 86

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

Shades of Jagger #422656

Tints of Jagger #422656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.26%

R = 34.74%
G = 20%
B = 45.26%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#422656 (or 0x422656) is known color: Jagger. HEX triplet: 42, 26 and 56. RGB value is (66,38,86). Sum of RGB (Red+Green+Blue) = 66+38+86=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #422656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422656 is #BDD9A9. Grayscale: #333333. Windows color (decimal): -12442026 or 5645890. OLE color: 5645890.

HSL color Cylindrical-coordinate representation of color #422656: hue angle of 275º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #422656 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 38 86 -
CMYK 0.23 0.56 0 0.66
HSL 275º 0.39% 0.24% -
HSV(B) 275º 0.56% 0.34% -
XYZ 4.62 3.22 9.18 -
YUV 51.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 66 38 86 0.23 0.56 0 0.66 275 0.39 0.24
Hex 42 26 56 17 38 0 42 113 27 18
Octal 102 46 126 27 70 0 102 423 47 30
Binary 1000010 100110 1010110 10111 111000 0 1000010 100010011 100111 11000

Color Harmonies of #422656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422656

Black with #422656

Text Example


Text Example

White with #422656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422656; }

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

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

background-color css

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

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

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

border-color css

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

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

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