Html Css Color HEX #423155 Jagger

📋 copy color: '#423155'

red 66 ◦ green 49 ◦ blue 85

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

Shades of Jagger #423155

Tints of Jagger #423155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.5%

 BLUE value IS 85 (33.59% from 255) = 42.5%

R = 33%
G = 24.5%
B = 42.5%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#423155 (or 0x423155) is known color: Jagger. HEX triplet: 42, 31 and 55. RGB value is (66,49,85). Sum of RGB (Red+Green+Blue) = 66+49+85=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #423155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423155 is #BDCEAA. Grayscale: #3A3A3A. Windows color (decimal): -12439211 or 5583170. OLE color: 5583170.

HSL color Cylindrical-coordinate representation of color #423155: hue angle of 268.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #423155 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 49 85 -
CMYK 0.22 0.42 0 0.67
HSL 268.33º 0.27% 0.26% -
HSV(B) 268.33º 0.42% 0.33% -
XYZ 4.98 4.01 9.11 -
YUV 58.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 66 49 85 0.22 0.42 0 0.67 268.33 0.27 0.26
Hex 42 31 55 16 2A 0 43 10C 1B 1A
Octal 102 61 125 26 52 0 103 414 33 32
Binary 1000010 110001 1010101 10110 101010 0 1000011 100001100 11011 11010

Color Harmonies of #423155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423155

Black with #423155

Text Example


Text Example

White with #423155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423155; }

 p { color: rgb(66,49,85); }

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

background-color css

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

 a { background-color: rgb(66,49,85); }

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

border-color css

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

 span { border-color: rgb(66,49,85); }

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