Html Css Color HEX #411F94 Windsor

📋 copy color: '#411F94'

red 65 ◦ green 31 ◦ blue 148

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

Shades of Windsor #411F94

Tints of Windsor #411F94

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.7%

 BLUE value IS 148 (58.2% from 255) = 60.66%

R = 26.64%
G = 12.7%
B = 60.66%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#411F94 (or 0x411F94) is known color: Windsor. HEX triplet: 41, 1F and 94. RGB value is (65,31,148). Sum of RGB (Red+Green+Blue) = 65+31+148=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #411F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411F94 is #BEE06B. Grayscale: #363636. Windows color (decimal): -12509292 or 9707329. OLE color: 9707329.

HSL color Cylindrical-coordinate representation of color #411F94: hue angle of 257.44º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411F94 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 31 148 -
CMYK 0.56 0.79 0 0.42
HSL 257.44º 0.65% 0.35% -
HSV(B) 257.44º 0.79% 0.58% -
XYZ 8.02 4.24 28.41 -
YUV 54.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 65 31 148 0.56 0.79 0 0.42 257.44 0.65 0.35
Hex 41 1F 94 38 4F 0 2A 101 41 23
Octal 101 37 224 70 117 0 52 401 101 43
Binary 1000001 11111 10010100 111000 1001111 0 101010 100000001 1000001 100011

Color Harmonies of #411F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F94

Black with #411F94

Text Example


Text Example

White with #411F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,31,148); }

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

background-color css

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

 a { background-color: rgb(65,31,148); }

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

border-color css

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

 span { border-color: rgb(65,31,148); }

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