Html Css Color HEX #42294D Jagger

📋 copy color: '#42294D'

red 66 ◦ green 41 ◦ blue 77

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

Shades of Jagger #42294D

Tints of Jagger #42294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.28%

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

R = 35.87%
G = 22.28%
B = 41.85%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42294D (or 0x42294D) is known color: Jagger. HEX triplet: 42, 29 and 4D. RGB value is (66,41,77). Sum of RGB (Red+Green+Blue) = 66+41+77=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #42294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42294D is #BDD6B2. Grayscale: #343434. Windows color (decimal): -12441267 or 5056834. OLE color: 5056834.

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

Color convert

RGB 66 41 77 -
CMYK 0.14 0.47 0 0.70
HSL 281.67º 0.31% 0.23% -
HSV(B) 281.67º 0.47% 0.3% -
XYZ 4.38 3.28 7.42 -
YUV 52.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 66 41 77 0.14 0.47 0 0.70 281.67 0.31 0.23
Hex 42 29 4D E 2F 0 46 11A 1F 17
Octal 102 51 115 16 57 0 106 432 37 27
Binary 1000010 101001 1001101 1110 101111 0 1000110 100011010 11111 10111

Color Harmonies of #42294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42294D

Black with #42294D

Text Example


Text Example

White with #42294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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