Html Css Color HEX #412084 Windsor

📋 copy color: '#412084'

red 65 ◦ green 32 ◦ blue 132

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

Shades of Windsor #412084

Tints of Windsor #412084

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.97%

 BLUE value IS 132 (51.95% from 255) = 57.64%

R = 28.38%
G = 13.97%
B = 57.64%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#412084 (or 0x412084) is known color: Windsor. HEX triplet: 41, 20 and 84. RGB value is (65,32,132). Sum of RGB (Red+Green+Blue) = 65+32+132=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #412084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412084 is #BEDF7B. Grayscale: #343434. Windows color (decimal): -12509052 or 8659009. OLE color: 8659009.

HSL color Cylindrical-coordinate representation of color #412084: hue angle of 259.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412084 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 32 132 -
CMYK 0.51 0.76 0 0.48
HSL 259.8º 0.61% 0.32% -
HSV(B) 259.8º 0.76% 0.52% -
XYZ 6.86 3.82 22.21 -
YUV 53.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 65 32 132 0.51 0.76 0 0.48 259.8 0.61 0.32
Hex 41 20 84 33 4C 0 30 104 3D 20
Octal 101 40 204 63 114 0 60 404 75 40
Binary 1000001 100000 10000100 110011 1001100 0 110000 100000100 111101 100000

Color Harmonies of #412084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412084

Black with #412084

Text Example


Text Example

White with #412084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412084; }

 p { color: rgb(65,32,132); }

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

background-color css

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

 a { background-color: rgb(65,32,132); }

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

border-color css

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

 span { border-color: rgb(65,32,132); }

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