Html Css Color HEX #412373 Windsor

📋 copy color: '#412373'

red 65 ◦ green 35 ◦ blue 115

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

Shades of Windsor #412373

Tints of Windsor #412373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.28%

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

R = 30.23%
G = 16.28%
B = 53.49%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#412373 (or 0x412373) is known color: Windsor. HEX triplet: 41, 23 and 73. RGB value is (65,35,115). Sum of RGB (Red+Green+Blue) = 65+35+115=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #412373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412373 is #BEDC8C. Grayscale: #343434. Windows color (decimal): -12508301 or 7545665. OLE color: 7545665.

HSL color Cylindrical-coordinate representation of color #412373: hue angle of 262.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #412373 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 35 115 -
CMYK 0.43 0.70 0 0.55
HSL 262.5º 0.53% 0.29% -
HSV(B) 262.5º 0.7% 0.45% -
XYZ 5.88 3.56 16.6 -
YUV 53.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 65 35 115 0.43 0.70 0 0.55 262.5 0.53 0.29
Hex 41 23 73 2B 46 0 37 106 35 1D
Octal 101 43 163 53 106 0 67 406 65 35
Binary 1000001 100011 1110011 101011 1000110 0 110111 100000110 110101 11101

Color Harmonies of #412373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412373

Black with #412373

Text Example


Text Example

White with #412373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412373; }

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

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

background-color css

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

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

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

border-color css

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

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

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