Html Css Color HEX #412075 Windsor

📋 copy color: '#412075'

red 65 ◦ green 32 ◦ blue 117

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

Shades of Windsor #412075

Tints of Windsor #412075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 54.67%

R = 30.37%
G = 14.95%
B = 54.67%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#412075 (or 0x412075) is known color: Windsor. HEX triplet: 41, 20 and 75. RGB value is (65,32,117). Sum of RGB (Red+Green+Blue) = 65+32+117=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #412075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412075 is #BEDF8A. Grayscale: #333333. Windows color (decimal): -12509067 or 7675969. OLE color: 7675969.

HSL color Cylindrical-coordinate representation of color #412075: hue angle of 263.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412075 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 32 117 -
CMYK 0.44 0.73 0 0.54
HSL 263.29º 0.57% 0.29% -
HSV(B) 263.29º 0.73% 0.46% -
XYZ 5.91 3.44 17.18 -
YUV 51.56 164.93 137.59 -
System Red Green Blue C M Y K H S L
Decimal 65 32 117 0.44 0.73 0 0.54 263.29 0.57 0.29
Hex 41 20 75 2C 49 0 36 107 39 1D
Octal 101 40 165 54 111 0 66 407 71 35
Binary 1000001 100000 1110101 101100 1001001 0 110110 100000111 111001 11101

Color Harmonies of #412075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412075

Black with #412075

Text Example


Text Example

White with #412075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412075; }

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

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

background-color css

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

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

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

border-color css

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

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

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