Html Css Color HEX #413254 Jagger

📋 copy color: '#413254'

red 65 ◦ green 50 ◦ blue 84

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

Shades of Jagger #413254

Tints of Jagger #413254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.21%

R = 32.66%
G = 25.13%
B = 42.21%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#413254 (or 0x413254) is known color: Jagger. HEX triplet: 41, 32 and 54. RGB value is (65,50,84). Sum of RGB (Red+Green+Blue) = 65+50+84=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #413254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413254 is #BECDAB. Grayscale: #3A3A3A. Windows color (decimal): -12504492 or 5517889. OLE color: 5517889.

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

Color convert

RGB 65 50 84 -
CMYK 0.23 0.40 0 0.67
HSL 266.47º 0.25% 0.26% -
HSV(B) 266.47º 0.4% 0.33% -
XYZ 4.92 4.05 8.91 -
YUV 58.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 65 50 84 0.23 0.40 0 0.67 266.47 0.25 0.26
Hex 41 32 54 17 28 0 43 10A 19 1A
Octal 101 62 124 27 50 0 103 412 31 32
Binary 1000001 110010 1010100 10111 101000 0 1000011 100001010 11001 11010

Color Harmonies of #413254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413254

Black with #413254

Text Example


Text Example

White with #413254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413254; }

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

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

background-color css

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

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

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

border-color css

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

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

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