Html Css Color HEX #412575 Windsor

📋 copy color: '#412575'

red 65 ◦ green 37 ◦ blue 117

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

Shades of Windsor #412575

Tints of Windsor #412575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.89%

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

R = 29.68%
G = 16.89%
B = 53.42%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#412575 (or 0x412575) is known color: Windsor. HEX triplet: 41, 25 and 75. RGB value is (65,37,117). Sum of RGB (Red+Green+Blue) = 65+37+117=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #412575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412575 is #BEDA8A. Grayscale: #363636. Windows color (decimal): -12507787 or 7677249. OLE color: 7677249.

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

Color convert

RGB 65 37 117 -
CMYK 0.44 0.68 0 0.54
HSL 261º 0.52% 0.3% -
HSV(B) 261º 0.68% 0.46% -
XYZ 6.05 3.73 17.23 -
YUV 54.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 65 37 117 0.44 0.68 0 0.54 261 0.52 0.3
Hex 41 25 75 2C 44 0 36 105 34 1E
Octal 101 45 165 54 104 0 66 405 64 36
Binary 1000001 100101 1110101 101100 1000100 0 110110 100000101 110100 11110

Color Harmonies of #412575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412575

Black with #412575

Text Example


Text Example

White with #412575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412575; }

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

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

background-color css

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

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

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

border-color css

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

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

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