Html Css Color HEX #42294E Jagger

📋 copy color: '#42294E'

red 66 ◦ green 41 ◦ blue 78

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

Shades of Jagger #42294E

Tints of Jagger #42294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 42.16%

R = 35.68%
G = 22.16%
B = 42.16%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42294E (or 0x42294E) is known color: Jagger. HEX triplet: 42, 29 and 4E. RGB value is (66,41,78). Sum of RGB (Red+Green+Blue) = 66+41+78=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #42294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42294E is #BDD6B1. Grayscale: #343434. Windows color (decimal): -12441266 or 5122370. OLE color: 5122370.

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

Color convert

RGB 66 41 78 -
CMYK 0.15 0.47 0 0.69
HSL 280.54º 0.31% 0.23% -
HSV(B) 280.54º 0.47% 0.31% -
XYZ 4.41 3.29 7.61 -
YUV 52.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 66 41 78 0.15 0.47 0 0.69 280.54 0.31 0.23
Hex 42 29 4E F 2F 0 45 119 1F 17
Octal 102 51 116 17 57 0 105 431 37 27
Binary 1000010 101001 1001110 1111 101111 0 1000101 100011001 11111 10111

Color Harmonies of #42294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42294E

Black with #42294E

Text Example


Text Example

White with #42294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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