Html Css Color HEX #412773 Windsor

📋 copy color: '#412773'

red 65 ◦ green 39 ◦ blue 115

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

Shades of Windsor #412773

Tints of Windsor #412773

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.81%

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

R = 29.68%
G = 17.81%
B = 52.51%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#412773 (or 0x412773) is known color: Windsor. HEX triplet: 41, 27 and 73. RGB value is (65,39,115). Sum of RGB (Red+Green+Blue) = 65+39+115=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #412773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412773 is #BED88C. Grayscale: #373737. Windows color (decimal): -12507277 or 7546689. OLE color: 7546689.

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

Color convert

RGB 65 39 115 -
CMYK 0.43 0.66 0 0.55
HSL 260.53º 0.49% 0.3% -
HSV(B) 260.53º 0.66% 0.45% -
XYZ 6 3.81 16.64 -
YUV 55.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 65 39 115 0.43 0.66 0 0.55 260.53 0.49 0.3
Hex 41 27 73 2B 42 0 37 105 31 1E
Octal 101 47 163 53 102 0 67 405 61 36
Binary 1000001 100111 1110011 101011 1000010 0 110111 100000101 110001 11110

Color Harmonies of #412773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412773

Black with #412773

Text Example


Text Example

White with #412773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412773; }

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

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

background-color css

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

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

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

border-color css

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

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

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