Html Css Color HEX #422850 Jagger

📋 copy color: '#422850'

red 66 ◦ green 40 ◦ blue 80

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

Shades of Jagger #422850

Tints of Jagger #422850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.51%

 BLUE value IS 80 (31.64% from 255) = 43.01%

R = 35.48%
G = 21.51%
B = 43.01%

CMYK

 C value IS 0.17

 M value IS 0.5

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#422850 (or 0x422850) is known color: Jagger. HEX triplet: 42, 28 and 50. RGB value is (66,40,80). Sum of RGB (Red+Green+Blue) = 66+40+80=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #422850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422850 is #BDD7AF. Grayscale: #343434. Windows color (decimal): -12441520 or 5253186. OLE color: 5253186.

HSL color Cylindrical-coordinate representation of color #422850: hue angle of 279º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #422850 is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 40 80 -
CMYK 0.17 0.5 0 0.69
HSL 279º 0.33% 0.24% -
HSV(B) 279º 0.5% 0.31% -
XYZ 4.45 3.26 7.98 -
YUV 52.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 66 40 80 0.17 0.5 0 0.69 279 0.33 0.24
Hex 42 28 50 11 32 0 45 117 21 18
Octal 102 50 120 21 62 0 105 427 41 30
Binary 1000010 101000 1010000 10001 110010 0 1000101 100010111 100001 11000

Color Harmonies of #422850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422850

Black with #422850

Text Example


Text Example

White with #422850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422850; }

 p { color: rgb(66,40,80); }

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

background-color css

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

 a { background-color: rgb(66,40,80); }

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

border-color css

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

 span { border-color: rgb(66,40,80); }

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