Html Css Color HEX #422651 Jagger

📋 copy color: '#422651'

red 66 ◦ green 38 ◦ blue 81

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

Shades of Jagger #422651

Tints of Jagger #422651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 43.78%

R = 35.68%
G = 20.54%
B = 43.78%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#422651 (or 0x422651) is known color: Jagger. HEX triplet: 42, 26 and 51. RGB value is (66,38,81). Sum of RGB (Red+Green+Blue) = 66+38+81=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #422651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422651 is #BDD9AE. Grayscale: #333333. Windows color (decimal): -12442031 or 5318210. OLE color: 5318210.

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

Color convert

RGB 66 38 81 -
CMYK 0.19 0.53 0 0.68
HSL 279.07º 0.36% 0.23% -
HSV(B) 279.07º 0.53% 0.32% -
XYZ 4.43 3.14 8.16 -
YUV 51.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 66 38 81 0.19 0.53 0 0.68 279.07 0.36 0.23
Hex 42 26 51 13 35 0 44 117 24 17
Octal 102 46 121 23 65 0 104 427 44 27
Binary 1000010 100110 1010001 10011 110101 0 1000100 100010111 100100 10111

Color Harmonies of #422651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422651

Black with #422651

Text Example


Text Example

White with #422651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422651; }

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

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

background-color css

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

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

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

border-color css

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

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

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