Html Css Color HEX #403053 Jagger

📋 copy color: '#403053'

red 64 ◦ green 48 ◦ blue 83

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

Shades of Jagger #403053

Tints of Jagger #403053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

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

R = 32.82%
G = 24.62%
B = 42.56%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#403053 (or 0x403053) is known color: Jagger. HEX triplet: 40, 30 and 53. RGB value is (64,48,83). Sum of RGB (Red+Green+Blue) = 64+48+83=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #403053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403053 is #BFCFAC. Grayscale: #383838. Windows color (decimal): -12570541 or 5451840. OLE color: 5451840.

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

Color convert

RGB 64 48 83 -
CMYK 0.23 0.42 0 0.67
HSL 267.43º 0.27% 0.26% -
HSV(B) 267.43º 0.42% 0.33% -
XYZ 4.73 3.83 8.67 -
YUV 56.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 64 48 83 0.23 0.42 0 0.67 267.43 0.27 0.26
Hex 40 30 53 17 2A 0 43 10B 1B 1A
Octal 100 60 123 27 52 0 103 413 33 32
Binary 1000000 110000 1010011 10111 101010 0 1000011 100001011 11011 11010

Color Harmonies of #403053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403053

Black with #403053

Text Example


Text Example

White with #403053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403053; }

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

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

background-color css

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

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

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

border-color css

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

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

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