Html Css Color HEX #412473 Windsor

📋 copy color: '#412473'

red 65 ◦ green 36 ◦ blue 115

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

Shades of Windsor #412473

Tints of Windsor #412473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.67%

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

R = 30.09%
G = 16.67%
B = 53.24%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#412473 (or 0x412473) is known color: Windsor. HEX triplet: 41, 24 and 73. RGB value is (65,36,115). Sum of RGB (Red+Green+Blue) = 65+36+115=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #412473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412473 is #BEDB8C. Grayscale: #353535. Windows color (decimal): -12508045 or 7545921. OLE color: 7545921.

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

Color convert

RGB 65 36 115 -
CMYK 0.43 0.69 0 0.55
HSL 262.03º 0.52% 0.3% -
HSV(B) 262.03º 0.69% 0.45% -
XYZ 5.91 3.62 16.61 -
YUV 53.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 65 36 115 0.43 0.69 0 0.55 262.03 0.52 0.3
Hex 41 24 73 2B 45 0 37 106 34 1E
Octal 101 44 163 53 105 0 67 406 64 36
Binary 1000001 100100 1110011 101011 1000101 0 110111 100000110 110100 11110

Color Harmonies of #412473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412473

Black with #412473

Text Example


Text Example

White with #412473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412473; }

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

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

background-color css

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

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

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

border-color css

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

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

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