Html Css Color HEX #422F54 Jagger

📋 copy color: '#422F54'

red 66 ◦ green 47 ◦ blue 84

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

Shades of Jagger #422F54

Tints of Jagger #422F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.86%

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

R = 33.5%
G = 23.86%
B = 42.64%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422F54 (or 0x422F54) is known color: Jagger. HEX triplet: 42, 2F and 54. RGB value is (66,47,84). Sum of RGB (Red+Green+Blue) = 66+47+84=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #422F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F54 is #BDD0AB. Grayscale: #383838. Windows color (decimal): -12439724 or 5517122. OLE color: 5517122.

HSL color Cylindrical-coordinate representation of color #422F54: hue angle of 270.81º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #422F54 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 47 84 -
CMYK 0.21 0.44 0 0.67
HSL 270.81º 0.28% 0.26% -
HSV(B) 270.81º 0.44% 0.33% -
XYZ 4.86 3.83 8.87 -
YUV 56.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 66 47 84 0.21 0.44 0 0.67 270.81 0.28 0.26
Hex 42 2F 54 15 2C 0 43 10F 1C 1A
Octal 102 57 124 25 54 0 103 417 34 32
Binary 1000010 101111 1010100 10101 101100 0 1000011 100001111 11100 11010

Color Harmonies of #422F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F54

Black with #422F54

Text Example


Text Example

White with #422F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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