Html Css Color HEX #413255 Jagger

📋 copy color: '#413255'

red 65 ◦ green 50 ◦ blue 85

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

Shades of Jagger #413255

Tints of Jagger #413255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.5%

R = 32.5%
G = 25%
B = 42.5%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#413255 (or 0x413255) is known color: Jagger. HEX triplet: 41, 32 and 55. RGB value is (65,50,85). Sum of RGB (Red+Green+Blue) = 65+50+85=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #413255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413255 is #BECDAA. Grayscale: #3A3A3A. Windows color (decimal): -12504491 or 5583425. OLE color: 5583425.

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

Color convert

RGB 65 50 85 -
CMYK 0.24 0.41 0 0.67
HSL 265.71º 0.26% 0.26% -
HSV(B) 265.71º 0.41% 0.33% -
XYZ 4.96 4.06 9.12 -
YUV 58.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 65 50 85 0.24 0.41 0 0.67 265.71 0.26 0.26
Hex 41 32 55 18 29 0 43 10A 1A 1A
Octal 101 62 125 30 51 0 103 412 32 32
Binary 1000001 110010 1010101 11000 101001 0 1000011 100001010 11010 11010

Color Harmonies of #413255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413255

Black with #413255

Text Example


Text Example

White with #413255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413255; }

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

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

background-color css

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

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

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

border-color css

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

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

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