Html Css Color HEX #403153 Jagger

📋 copy color: '#403153'

red 64 ◦ green 49 ◦ blue 83

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

Shades of Jagger #403153

Tints of Jagger #403153

RGB

 RED value IS 64 (25.39% from 255) = 32.65%

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

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

R = 32.65%
G = 25%
B = 42.35%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#403153 (or 0x403153) is known color: Jagger. HEX triplet: 40, 31 and 53. RGB value is (64,49,83). Sum of RGB (Red+Green+Blue) = 64+49+83=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #403153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403153 is #BFCEAC. Grayscale: #393939. Windows color (decimal): -12570285 or 5452096. OLE color: 5452096.

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

Color convert

RGB 64 49 83 -
CMYK 0.23 0.41 0 0.67
HSL 266.47º 0.26% 0.26% -
HSV(B) 266.47º 0.41% 0.33% -
XYZ 4.77 3.91 8.69 -
YUV 57.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 64 49 83 0.23 0.41 0 0.67 266.47 0.26 0.26
Hex 40 31 53 17 29 0 43 10A 1A 1A
Octal 100 61 123 27 51 0 103 412 32 32
Binary 1000000 110001 1010011 10111 101001 0 1000011 100001010 11010 11010

Color Harmonies of #403153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403153

Black with #403153

Text Example


Text Example

White with #403153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403153; }

 p { color: rgb(64,49,83); }

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

background-color css

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

 a { background-color: rgb(64,49,83); }

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

border-color css

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

 span { border-color: rgb(64,49,83); }

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