Html Css Color HEX #413452 Jagger

📋 copy color: '#413452'

red 65 ◦ green 52 ◦ blue 82

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

Shades of Jagger #413452

Tints of Jagger #413452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.13%

 BLUE value IS 82 (32.42% from 255) = 41.21%

R = 32.66%
G = 26.13%
B = 41.21%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#413452 (or 0x413452) is known color: Jagger. HEX triplet: 41, 34 and 52. RGB value is (65,52,82). Sum of RGB (Red+Green+Blue) = 65+52+82=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #413452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413452 is #BECBAD. Grayscale: #3B3B3B. Windows color (decimal): -12503982 or 5387329. OLE color: 5387329.

HSL color Cylindrical-coordinate representation of color #413452: hue angle of 266º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #413452 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 52 82 -
CMYK 0.21 0.37 0 0.68
HSL 266º 0.22% 0.26% -
HSV(B) 266º 0.37% 0.32% -
XYZ 4.93 4.19 8.53 -
YUV 59.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 65 52 82 0.21 0.37 0 0.68 266 0.22 0.26
Hex 41 34 52 15 25 0 44 10A 16 1A
Octal 101 64 122 25 45 0 104 412 26 32
Binary 1000001 110100 1010010 10101 100101 0 1000100 100001010 10110 11010

Color Harmonies of #413452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413452

Black with #413452

Text Example


Text Example

White with #413452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413452; }

 p { color: rgb(65,52,82); }

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

background-color css

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

 a { background-color: rgb(65,52,82); }

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

border-color css

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

 span { border-color: rgb(65,52,82); }

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