Html Css Color HEX #422858 Jagger

📋 copy color: '#422858'

red 66 ◦ green 40 ◦ blue 88

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

Shades of Jagger #422858

Tints of Jagger #422858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.36%

R = 34.02%
G = 20.62%
B = 45.36%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#422858 (or 0x422858) is known color: Jagger. HEX triplet: 42, 28 and 58. RGB value is (66,40,88). Sum of RGB (Red+Green+Blue) = 66+40+88=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #422858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422858 is #BDD7A7. Grayscale: #353535. Windows color (decimal): -12441512 or 5777474. OLE color: 5777474.

HSL color Cylindrical-coordinate representation of color #422858: hue angle of 272.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #422858 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 40 88 -
CMYK 0.25 0.55 0 0.65
HSL 272.5º 0.38% 0.25% -
HSV(B) 272.5º 0.55% 0.35% -
XYZ 4.77 3.38 9.63 -
YUV 53.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 66 40 88 0.25 0.55 0 0.65 272.5 0.38 0.25
Hex 42 28 58 19 37 0 41 110 26 19
Octal 102 50 130 31 67 0 101 420 46 31
Binary 1000010 101000 1011000 11001 110111 0 1000001 100010000 100110 11001

Color Harmonies of #422858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422858

Black with #422858

Text Example


Text Example

White with #422858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422858; }

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

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

background-color css

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

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

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

border-color css

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

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

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