Html Css Color HEX #42284D Jagger

📋 copy color: '#42284D'

red 66 ◦ green 40 ◦ blue 77

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

Shades of Jagger #42284D

Tints of Jagger #42284D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.08%

R = 36.07%
G = 21.86%
B = 42.08%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42284D (or 0x42284D) is known color: Jagger. HEX triplet: 42, 28 and 4D. RGB value is (66,40,77). Sum of RGB (Red+Green+Blue) = 66+40+77=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #42284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42284D is #BDD7B2. Grayscale: #333333. Windows color (decimal): -12441523 or 5056578. OLE color: 5056578.

HSL color Cylindrical-coordinate representation of color #42284D: hue angle of 282.16º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42284D is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 40 77 -
CMYK 0.14 0.48 0 0.70
HSL 282.16º 0.32% 0.23% -
HSV(B) 282.16º 0.48% 0.3% -
XYZ 4.35 3.21 7.41 -
YUV 51.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 66 40 77 0.14 0.48 0 0.70 282.16 0.32 0.23
Hex 42 28 4D E 30 0 46 11A 20 17
Octal 102 50 115 16 60 0 106 432 40 27
Binary 1000010 101000 1001101 1110 110000 0 1000110 100011010 100000 10111

Color Harmonies of #42284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42284D

Black with #42284D

Text Example


Text Example

White with #42284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42284D; }

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

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

background-color css

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

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

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

border-color css

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

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

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