Html Css Color HEX #413253 Jagger

📋 copy color: '#413253'

red 65 ◦ green 50 ◦ blue 83

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

Shades of Jagger #413253

Tints of Jagger #413253

RGB

 RED value IS 65 (25.78% from 255) = 32.83%

 GREEN value IS 50 (19.92% from 255) = 25.25%

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

R = 32.83%
G = 25.25%
B = 41.92%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#413253 (or 0x413253) is known color: Jagger. HEX triplet: 41, 32 and 53. RGB value is (65,50,83). Sum of RGB (Red+Green+Blue) = 65+50+83=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #413253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413253 is #BECDAC. Grayscale: #3A3A3A. Windows color (decimal): -12504493 or 5452353. OLE color: 5452353.

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

Color convert

RGB 65 50 83 -
CMYK 0.22 0.40 0 0.67
HSL 267.27º 0.25% 0.26% -
HSV(B) 267.27º 0.4% 0.33% -
XYZ 4.88 4.03 8.7 -
YUV 58.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 65 50 83 0.22 0.40 0 0.67 267.27 0.25 0.26
Hex 41 32 53 16 28 0 43 10B 19 1A
Octal 101 62 123 26 50 0 103 413 31 32
Binary 1000001 110010 1010011 10110 101000 0 1000011 100001011 11001 11010

Color Harmonies of #413253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413253

Black with #413253

Text Example


Text Example

White with #413253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413253; }

 p { color: rgb(65,50,83); }

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

background-color css

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

 a { background-color: rgb(65,50,83); }

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

border-color css

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

 span { border-color: rgb(65,50,83); }

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