Html Css Color HEX #422653 Jagger

📋 copy color: '#422653'

red 66 ◦ green 38 ◦ blue 83

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

Shades of Jagger #422653

Tints of Jagger #422653

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.32%

 BLUE value IS 83 (32.81% from 255) = 44.39%

R = 35.29%
G = 20.32%
B = 44.39%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422653 (or 0x422653) is known color: Jagger. HEX triplet: 42, 26 and 53. RGB value is (66,38,83). Sum of RGB (Red+Green+Blue) = 66+38+83=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #422653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422653 is #BDD9AC. Grayscale: #333333. Windows color (decimal): -12442029 or 5449282. OLE color: 5449282.

HSL color Cylindrical-coordinate representation of color #422653: hue angle of 277.33º 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 #422653 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 38 83 -
CMYK 0.20 0.54 0 0.67
HSL 277.33º 0.37% 0.24% -
HSV(B) 277.33º 0.54% 0.33% -
XYZ 4.5 3.17 8.56 -
YUV 51.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 66 38 83 0.20 0.54 0 0.67 277.33 0.37 0.24
Hex 42 26 53 14 36 0 43 115 25 18
Octal 102 46 123 24 66 0 103 425 45 30
Binary 1000010 100110 1010011 10100 110110 0 1000011 100010101 100101 11000

Color Harmonies of #422653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422653

Black with #422653

Text Example


Text Example

White with #422653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422653; }

 p { color: rgb(66,38,83); }

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

background-color css

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

 a { background-color: rgb(66,38,83); }

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

border-color css

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

 span { border-color: rgb(66,38,83); }

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