Html Css Color HEX #413173 Windsor

📋 copy color: '#413173'

red 65 ◦ green 49 ◦ blue 115

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

Shades of Windsor #413173

Tints of Windsor #413173

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.4%

 BLUE value IS 115 (45.31% from 255) = 50.22%

R = 28.38%
G = 21.4%
B = 50.22%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#413173 (or 0x413173) is known color: Windsor. HEX triplet: 41, 31 and 73. RGB value is (65,49,115). Sum of RGB (Red+Green+Blue) = 65+49+115=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #413173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413173 is #BECE8C. Grayscale: #3D3D3D. Windows color (decimal): -12504717 or 7549249. OLE color: 7549249.

HSL color Cylindrical-coordinate representation of color #413173: hue angle of 254.55º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #413173 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 49 115 -
CMYK 0.43 0.57 0 0.55
HSL 254.55º 0.4% 0.32% -
HSV(B) 254.55º 0.57% 0.45% -
XYZ 6.37 4.56 16.76 -
YUV 61.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 65 49 115 0.43 0.57 0 0.55 254.55 0.4 0.32
Hex 41 31 73 2B 39 0 37 FF 28 20
Octal 101 61 163 53 71 0 67 377 50 40
Binary 1000001 110001 1110011 101011 111001 0 110111 11111111 101000 100000

Color Harmonies of #413173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413173

Black with #413173

Text Example


Text Example

White with #413173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413173; }

 p { color: rgb(65,49,115); }

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

background-color css

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

 a { background-color: rgb(65,49,115); }

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

border-color css

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

 span { border-color: rgb(65,49,115); }

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