Html Css Color HEX #412273 Windsor

📋 copy color: '#412273'

red 65 ◦ green 34 ◦ blue 115

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

Shades of Windsor #412273

Tints of Windsor #412273

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

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

R = 30.37%
G = 15.89%
B = 53.74%

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

#412273 (or 0x412273) is known color: Windsor. HEX triplet: 41, 22 and 73. RGB value is (65,34,115). Sum of RGB (Red+Green+Blue) = 65+34+115=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #412273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412273 is #BEDD8C. Grayscale: #343434. Windows color (decimal): -12508557 or 7545409. OLE color: 7545409.

HSL color Cylindrical-coordinate representation of color #412273: hue angle of 262.96º degrees, saturation: 0.54, 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 #412273 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 34 115 -
CMYK 0.43 0.70 0 0.55
HSL 262.96º 0.54% 0.29% -
HSV(B) 262.96º 0.7% 0.45% -
XYZ 5.85 3.51 16.59 -
YUV 52.5 163.27 136.91 -
System Red Green Blue C M Y K H S L
Decimal 65 34 115 0.43 0.70 0 0.55 262.96 0.54 0.29
Hex 41 22 73 2B 46 0 37 107 36 1D
Octal 101 42 163 53 106 0 67 407 66 35
Binary 1000001 100010 1110011 101011 1000110 0 110111 100000111 110110 11101

Color Harmonies of #412273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412273

Black with #412273

Text Example


Text Example

White with #412273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412273; }

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

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

background-color css

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

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

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

border-color css

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

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

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