Html Css Color HEX #413057 Jagger

📋 copy color: '#413057'

red 65 ◦ green 48 ◦ blue 87

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

Shades of Jagger #413057

Tints of Jagger #413057

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24%

 BLUE value IS 87 (34.38% from 255) = 43.5%

R = 32.5%
G = 24%
B = 43.5%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#413057 (or 0x413057) is known color: Jagger. HEX triplet: 41, 30 and 57. RGB value is (65,48,87). Sum of RGB (Red+Green+Blue) = 65+48+87=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #413057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413057 is #BECFA8. Grayscale: #393939. Windows color (decimal): -12505001 or 5713985. OLE color: 5713985.

HSL color Cylindrical-coordinate representation of color #413057: hue angle of 266.15º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #413057 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 48 87 -
CMYK 0.25 0.45 0 0.66
HSL 266.15º 0.29% 0.26% -
HSV(B) 266.15º 0.45% 0.34% -
XYZ 4.96 3.93 9.51 -
YUV 57.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 65 48 87 0.25 0.45 0 0.66 266.15 0.29 0.26
Hex 41 30 57 19 2D 0 42 10A 1D 1A
Octal 101 60 127 31 55 0 102 412 35 32
Binary 1000001 110000 1010111 11001 101101 0 1000010 100001010 11101 11010

Color Harmonies of #413057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413057

Black with #413057

Text Example


Text Example

White with #413057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413057; }

 p { color: rgb(65,48,87); }

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

background-color css

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

 a { background-color: rgb(65,48,87); }

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

border-color css

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

 span { border-color: rgb(65,48,87); }

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