Html Css Color HEX #42274F Jagger

📋 copy color: '#42274F'

red 66 ◦ green 39 ◦ blue 79

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

Shades of Jagger #42274F

Tints of Jagger #42274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.2%

 BLUE value IS 79 (31.25% from 255) = 42.93%

R = 35.87%
G = 21.2%
B = 42.93%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42274F (or 0x42274F) is known color: Jagger. HEX triplet: 42, 27 and 4F. RGB value is (66,39,79). Sum of RGB (Red+Green+Blue) = 66+39+79=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 79 - color contains mainly: blue. Hex color #42274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42274F is #BDD8B0. Grayscale: #333333. Windows color (decimal): -12441777 or 5187394. OLE color: 5187394.

HSL color Cylindrical-coordinate representation of color #42274F: hue angle of 280.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42274F is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 39 79 -
CMYK 0.16 0.51 0 0.69
HSL 280.5º 0.34% 0.23% -
HSV(B) 280.5º 0.51% 0.31% -
XYZ 4.38 3.17 7.78 -
YUV 51.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 66 39 79 0.16 0.51 0 0.69 280.5 0.34 0.23
Hex 42 27 4F 10 33 0 45 118 22 17
Octal 102 47 117 20 63 0 105 430 42 27
Binary 1000010 100111 1001111 10000 110011 0 1000101 100011000 100010 10111

Color Harmonies of #42274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42274F

Black with #42274F

Text Example


Text Example

White with #42274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42274F; }

 p { color: rgb(66,39,79); }

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

background-color css

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

 a { background-color: rgb(66,39,79); }

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

border-color css

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

 span { border-color: rgb(66,39,79); }

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