Html Css Color HEX #422754 Jagger

📋 copy color: '#422754'

red 66 ◦ green 39 ◦ blue 84

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

Shades of Jagger #422754

Tints of Jagger #422754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 44.44%

R = 34.92%
G = 20.63%
B = 44.44%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422754 (or 0x422754) is known color: Jagger. HEX triplet: 42, 27 and 54. RGB value is (66,39,84). Sum of RGB (Red+Green+Blue) = 66+39+84=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 84 - color contains mainly: blue. Hex color #422754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422754 is #BDD8AB. Grayscale: #343434. Windows color (decimal): -12441772 or 5515074. OLE color: 5515074.

HSL color Cylindrical-coordinate representation of color #422754: hue angle of 276º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #422754 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 39 84 -
CMYK 0.21 0.54 0 0.67
HSL 276º 0.37% 0.24% -
HSV(B) 276º 0.54% 0.33% -
XYZ 4.57 3.25 8.77 -
YUV 52.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 66 39 84 0.21 0.54 0 0.67 276 0.37 0.24
Hex 42 27 54 15 36 0 43 114 25 18
Octal 102 47 124 25 66 0 103 424 45 30
Binary 1000010 100111 1010100 10101 110110 0 1000011 100010100 100101 11000

Color Harmonies of #422754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422754

Black with #422754

Text Example


Text Example

White with #422754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422754; }

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

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

background-color css

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

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

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

border-color css

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

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

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