Html Css Color HEX #412172 Windsor

📋 copy color: '#412172'

red 65 ◦ green 33 ◦ blue 114

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

Shades of Windsor #412172

Tints of Windsor #412172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.77%

R = 30.66%
G = 15.57%
B = 53.77%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#412172 (or 0x412172) is known color: Windsor. HEX triplet: 41, 21 and 72. RGB value is (65,33,114). Sum of RGB (Red+Green+Blue) = 65+33+114=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #412172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412172 is #BEDE8D. Grayscale: #333333. Windows color (decimal): -12508814 or 7479617. OLE color: 7479617.

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

Color convert

RGB 65 33 114 -
CMYK 0.43 0.71 0 0.55
HSL 263.7º 0.55% 0.29% -
HSV(B) 263.7º 0.71% 0.45% -
XYZ 5.76 3.43 16.28 -
YUV 51.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 65 33 114 0.43 0.71 0 0.55 263.7 0.55 0.29
Hex 41 21 72 2B 47 0 37 108 37 1D
Octal 101 41 162 53 107 0 67 410 67 35
Binary 1000001 100001 1110010 101011 1000111 0 110111 100001000 110111 11101

Color Harmonies of #412172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412172

Black with #412172

Text Example


Text Example

White with #412172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412172; }

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

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

background-color css

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

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

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

border-color css

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

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

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