Html Css Color HEX #422657 Jagger

📋 copy color: '#422657'

red 66 ◦ green 38 ◦ blue 87

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

Shades of Jagger #422657

Tints of Jagger #422657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.55%

R = 34.55%
G = 19.9%
B = 45.55%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#422657 (or 0x422657) is known color: Jagger. HEX triplet: 42, 26 and 57. RGB value is (66,38,87). Sum of RGB (Red+Green+Blue) = 66+38+87=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #422657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422657 is #BDD9A8. Grayscale: #333333. Windows color (decimal): -12442025 or 5711426. OLE color: 5711426.

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

Color convert

RGB 66 38 87 -
CMYK 0.24 0.56 0 0.66
HSL 274.29º 0.39% 0.25% -
HSV(B) 274.29º 0.56% 0.34% -
XYZ 4.66 3.23 9.4 -
YUV 51.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 66 38 87 0.24 0.56 0 0.66 274.29 0.39 0.25
Hex 42 26 57 18 38 0 42 112 27 19
Octal 102 46 127 30 70 0 102 422 47 31
Binary 1000010 100110 1010111 11000 111000 0 1000010 100010010 100111 11001

Color Harmonies of #422657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422657

Black with #422657

Text Example


Text Example

White with #422657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422657; }

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

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

background-color css

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

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

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

border-color css

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

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

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