Html Css Color HEX #411C74 Windsor

📋 copy color: '#411C74'

red 65 ◦ green 28 ◦ blue 116

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

Shades of Windsor #411C74

Tints of Windsor #411C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.5%

R = 31.1%
G = 13.4%
B = 55.5%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411C74 (or 0x411C74) is known color: Windsor. HEX triplet: 41, 1C and 74. RGB value is (65,28,116). Sum of RGB (Red+Green+Blue) = 65+28+116=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #411C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411C74 is #BEE38B. Grayscale: #303030. Windows color (decimal): -12510092 or 7609409. OLE color: 7609409.

HSL color Cylindrical-coordinate representation of color #411C74: hue angle of 265.23º 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 #411C74 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 28 116 -
CMYK 0.44 0.76 0 0.55
HSL 265.23º 0.61% 0.28% -
HSV(B) 265.23º 0.76% 0.45% -
XYZ 5.75 3.22 16.84 -
YUV 49.1 165.76 139.34 -
System Red Green Blue C M Y K H S L
Decimal 65 28 116 0.44 0.76 0 0.55 265.23 0.61 0.28
Hex 41 1C 74 2C 4C 0 37 109 3D 1C
Octal 101 34 164 54 114 0 67 411 75 34
Binary 1000001 11100 1110100 101100 1001100 0 110111 100001001 111101 11100

Color Harmonies of #411C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C74

Black with #411C74

Text Example


Text Example

White with #411C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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