Html Css Color HEX #422758 Jagger

📋 copy color: '#422758'

red 66 ◦ green 39 ◦ blue 88

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

Shades of Jagger #422758

Tints of Jagger #422758

RGB

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

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

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

R = 34.2%
G = 20.21%
B = 45.6%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#422758 (or 0x422758) is known color: Jagger. HEX triplet: 42, 27 and 58. RGB value is (66,39,88). Sum of RGB (Red+Green+Blue) = 66+39+88=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #422758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422758 is #BDD8A7. Grayscale: #343434. Windows color (decimal): -12441768 or 5777218. OLE color: 5777218.

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

Color convert

RGB 66 39 88 -
CMYK 0.25 0.56 0 0.65
HSL 273.06º 0.39% 0.25% -
HSV(B) 273.06º 0.56% 0.35% -
XYZ 4.73 3.31 9.62 -
YUV 52.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 66 39 88 0.25 0.56 0 0.65 273.06 0.39 0.25
Hex 42 27 58 19 38 0 41 111 27 19
Octal 102 47 130 31 70 0 101 421 47 31
Binary 1000010 100111 1011000 11001 111000 0 1000001 100010001 100111 11001

Color Harmonies of #422758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422758

Black with #422758

Text Example


Text Example

White with #422758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422758; }

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

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

background-color css

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

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

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

border-color css

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

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

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