Html Css Color HEX #412070 Windsor

📋 copy color: '#412070'

red 65 ◦ green 32 ◦ blue 112

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

Shades of Windsor #412070

Tints of Windsor #412070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.59%

R = 31.1%
G = 15.31%
B = 53.59%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#412070 (or 0x412070) is known color: Windsor. HEX triplet: 41, 20 and 70. RGB value is (65,32,112). Sum of RGB (Red+Green+Blue) = 65+32+112=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #412070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412070 is #BEDF8F. Grayscale: #323232. Windows color (decimal): -12509072 or 7348289. OLE color: 7348289.

HSL color Cylindrical-coordinate representation of color #412070: hue angle of 264.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412070 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 32 112 -
CMYK 0.42 0.71 0 0.56
HSL 264.75º 0.56% 0.28% -
HSV(B) 264.75º 0.71% 0.44% -
XYZ 5.62 3.33 15.68 -
YUV 50.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 65 32 112 0.42 0.71 0 0.56 264.75 0.56 0.28
Hex 41 20 70 2A 47 0 38 109 38 1C
Octal 101 40 160 52 107 0 70 411 70 34
Binary 1000001 100000 1110000 101010 1000111 0 111000 100001001 111000 11100

Color Harmonies of #412070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412070

Black with #412070

Text Example


Text Example

White with #412070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412070; }

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

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

background-color css

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

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

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

border-color css

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

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

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