Html Css Color HEX #411C73 Windsor

📋 copy color: '#411C73'

red 65 ◦ green 28 ◦ blue 115

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

Shades of Windsor #411C73

Tints of Windsor #411C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.46%

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

R = 31.25%
G = 13.46%
B = 55.29%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411C73 (or 0x411C73) is known color: Windsor. HEX triplet: 41, 1C and 73. RGB value is (65,28,115). Sum of RGB (Red+Green+Blue) = 65+28+115=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #411C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411C73 is #BEE38C. Grayscale: #303030. Windows color (decimal): -12510093 or 7543873. OLE color: 7543873.

HSL color Cylindrical-coordinate representation of color #411C73: hue angle of 265.52º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #411C73 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 28 115 -
CMYK 0.43 0.76 0 0.55
HSL 265.52º 0.61% 0.28% -
HSV(B) 265.52º 0.76% 0.45% -
XYZ 5.69 3.19 16.54 -
YUV 48.98 165.26 139.43 -
System Red Green Blue C M Y K H S L
Decimal 65 28 115 0.43 0.76 0 0.55 265.52 0.61 0.28
Hex 41 1C 73 2B 4C 0 37 10A 3D 1C
Octal 101 34 163 53 114 0 67 412 75 34
Binary 1000001 11100 1110011 101011 1001100 0 110111 100001010 111101 11100

Color Harmonies of #411C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C73

Black with #411C73

Text Example


Text Example

White with #411C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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