Html Css Color HEX #423148 Jagger

📋 copy color: '#423148'

red 66 ◦ green 49 ◦ blue 72

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

Shades of Jagger #423148

Tints of Jagger #423148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.5%

R = 35.29%
G = 26.2%
B = 38.5%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#423148 (or 0x423148) is known color: Jagger. HEX triplet: 42, 31 and 48. RGB value is (66,49,72). Sum of RGB (Red+Green+Blue) = 66+49+72=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 72 - color contains mainly: blue. Hex color #423148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423148 is #BDCEB7. Grayscale: #383838. Windows color (decimal): -12439224 or 4731202. OLE color: 4731202.

HSL color Cylindrical-coordinate representation of color #423148: hue angle of 284.35º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #423148 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 49 72 -
CMYK 0.08 0.32 0 0.72
HSL 284.35º 0.19% 0.24% -
HSV(B) 284.35º 0.32% 0.28% -
XYZ 4.51 3.82 6.63 -
YUV 56.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 66 49 72 0.08 0.32 0 0.72 284.35 0.19 0.24
Hex 42 31 48 8 20 0 48 11C 13 18
Octal 102 61 110 10 40 0 110 434 23 30
Binary 1000010 110001 1001000 1000 100000 0 1001000 100011100 10011 11000

Color Harmonies of #423148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423148

Black with #423148

Text Example


Text Example

White with #423148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423148; }

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

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

background-color css

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

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

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

border-color css

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

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

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