Html Css Color HEX #411B73 Windsor

📋 copy color: '#411B73'

red 65 ◦ green 27 ◦ blue 115

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

Shades of Windsor #411B73

Tints of Windsor #411B73

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.04%

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

R = 31.4%
G = 13.04%
B = 55.56%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411B73 (or 0x411B73) is known color: Windsor. HEX triplet: 41, 1B and 73. RGB value is (65,27,115). Sum of RGB (Red+Green+Blue) = 65+27+115=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #411B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411B73 is #BEE48C. Grayscale: #303030. Windows color (decimal): -12510349 or 7543617. OLE color: 7543617.

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

Color convert

RGB 65 27 115 -
CMYK 0.43 0.77 0 0.55
HSL 265.91º 0.62% 0.28% -
HSV(B) 265.91º 0.77% 0.45% -
XYZ 5.67 3.15 16.53 -
YUV 48.39 165.59 139.84 -
System Red Green Blue C M Y K H S L
Decimal 65 27 115 0.43 0.77 0 0.55 265.91 0.62 0.28
Hex 41 1B 73 2B 4D 0 37 10A 3E 1C
Octal 101 33 163 53 115 0 67 412 76 34
Binary 1000001 11011 1110011 101011 1001101 0 110111 100001010 111110 11100

Color Harmonies of #411B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B73

Black with #411B73

Text Example


Text Example

White with #411B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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