Html Css Color HEX #413453 Jagger

📋 copy color: '#413453'

red 65 ◦ green 52 ◦ blue 83

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

Shades of Jagger #413453

Tints of Jagger #413453

RGB

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

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

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

R = 32.5%
G = 26%
B = 41.5%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#413453 (or 0x413453) is known color: Jagger. HEX triplet: 41, 34 and 53. RGB value is (65,52,83). Sum of RGB (Red+Green+Blue) = 65+52+83=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #413453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413453 is #BECBAC. Grayscale: #3B3B3B. Windows color (decimal): -12503981 or 5452865. OLE color: 5452865.

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

Color convert

RGB 65 52 83 -
CMYK 0.22 0.37 0 0.67
HSL 265.16º 0.23% 0.26% -
HSV(B) 265.16º 0.37% 0.33% -
XYZ 4.97 4.2 8.73 -
YUV 59.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 65 52 83 0.22 0.37 0 0.67 265.16 0.23 0.26
Hex 41 34 53 16 25 0 43 109 17 1A
Octal 101 64 123 26 45 0 103 411 27 32
Binary 1000001 110100 1010011 10110 100101 0 1000011 100001001 10111 11010

Color Harmonies of #413453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413453

Black with #413453

Text Example


Text Example

White with #413453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413453; }

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

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

background-color css

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

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

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

border-color css

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

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

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