Html Css Color HEX #422654 Jagger

📋 copy color: '#422654'

red 66 ◦ green 38 ◦ blue 84

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

Shades of Jagger #422654

Tints of Jagger #422654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 44.68%

R = 35.11%
G = 20.21%
B = 44.68%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422654 (or 0x422654) is known color: Jagger. HEX triplet: 42, 26 and 54. RGB value is (66,38,84). Sum of RGB (Red+Green+Blue) = 66+38+84=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #422654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422654 is #BDD9AB. Grayscale: #333333. Windows color (decimal): -12442028 or 5514818. OLE color: 5514818.

HSL color Cylindrical-coordinate representation of color #422654: hue angle of 276.52º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #422654 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 38 84 -
CMYK 0.21 0.55 0 0.67
HSL 276.52º 0.38% 0.24% -
HSV(B) 276.52º 0.55% 0.33% -
XYZ 4.54 3.18 8.76 -
YUV 51.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 66 38 84 0.21 0.55 0 0.67 276.52 0.38 0.24
Hex 42 26 54 15 37 0 43 115 26 18
Octal 102 46 124 25 67 0 103 425 46 30
Binary 1000010 100110 1010100 10101 110111 0 1000011 100010101 100110 11000

Color Harmonies of #422654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422654

Black with #422654

Text Example


Text Example

White with #422654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422654; }

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

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

background-color css

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

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

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

border-color css

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

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

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