Html Css Color HEX #412085 Windsor

📋 copy color: '#412085'

red 65 ◦ green 32 ◦ blue 133

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

Shades of Windsor #412085

Tints of Windsor #412085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.83%

R = 28.26%
G = 13.91%
B = 57.83%

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

#412085 (or 0x412085) is known color: Windsor. HEX triplet: 41, 20 and 85. RGB value is (65,32,133). Sum of RGB (Red+Green+Blue) = 65+32+133=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #412085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412085 is #BEDF7A. Grayscale: #353535. Windows color (decimal): -12509051 or 8724545. OLE color: 8724545.

HSL color Cylindrical-coordinate representation of color #412085: hue angle of 259.6º 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 #412085 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 32 133 -
CMYK 0.51 0.76 0 0.48
HSL 259.6º 0.61% 0.32% -
HSV(B) 259.6º 0.76% 0.52% -
XYZ 6.93 3.85 22.57 -
YUV 53.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 65 32 133 0.51 0.76 0 0.48 259.6 0.61 0.32
Hex 41 20 85 33 4C 0 30 104 3D 20
Octal 101 40 205 63 114 0 60 404 75 40
Binary 1000001 100000 10000101 110011 1001100 0 110000 100000100 111101 100000

Color Harmonies of #412085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412085

Black with #412085

Text Example


Text Example

White with #412085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412085; }

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

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

background-color css

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

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

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

border-color css

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

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

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