Html Css Color HEX #412174 Windsor

📋 copy color: '#412174'

red 65 ◦ green 33 ◦ blue 116

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

Shades of Windsor #412174

Tints of Windsor #412174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

 BLUE value IS 116 (45.7% from 255) = 54.21%

R = 30.37%
G = 15.42%
B = 54.21%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#412174 (or 0x412174) is known color: Windsor. HEX triplet: 41, 21 and 74. RGB value is (65,33,116). Sum of RGB (Red+Green+Blue) = 65+33+116=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #412174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412174 is #BEDE8B. Grayscale: #333333. Windows color (decimal): -12508812 or 7610689. OLE color: 7610689.

HSL color Cylindrical-coordinate representation of color #412174: hue angle of 263.13º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412174 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 33 116 -
CMYK 0.44 0.72 0 0.55
HSL 263.13º 0.56% 0.29% -
HSV(B) 263.13º 0.72% 0.45% -
XYZ 5.88 3.47 16.88 -
YUV 52.03 164.1 137.25 -
System Red Green Blue C M Y K H S L
Decimal 65 33 116 0.44 0.72 0 0.55 263.13 0.56 0.29
Hex 41 21 74 2C 48 0 37 107 38 1D
Octal 101 41 164 54 110 0 67 407 70 35
Binary 1000001 100001 1110100 101100 1001000 0 110111 100000111 111000 11101

Color Harmonies of #412174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412174

Black with #412174

Text Example


Text Example

White with #412174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412174; }

 p { color: rgb(65,33,116); }

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

background-color css

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

 a { background-color: rgb(65,33,116); }

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

border-color css

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

 span { border-color: rgb(65,33,116); }

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