Html Css Color HEX #412272 Windsor

📋 copy color: '#412272'

red 65 ◦ green 34 ◦ blue 114

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

Shades of Windsor #412272

Tints of Windsor #412272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.96%

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

R = 30.52%
G = 15.96%
B = 53.52%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#412272 (or 0x412272) is known color: Windsor. HEX triplet: 41, 22 and 72. RGB value is (65,34,114). Sum of RGB (Red+Green+Blue) = 65+34+114=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #412272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412272 is #BEDD8D. Grayscale: #343434. Windows color (decimal): -12508558 or 7479873. OLE color: 7479873.

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

Color convert

RGB 65 34 114 -
CMYK 0.43 0.70 0 0.55
HSL 263.25º 0.54% 0.29% -
HSV(B) 263.25º 0.7% 0.45% -
XYZ 5.79 3.48 16.29 -
YUV 52.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 65 34 114 0.43 0.70 0 0.55 263.25 0.54 0.29
Hex 41 22 72 2B 46 0 37 107 36 1D
Octal 101 42 162 53 106 0 67 407 66 35
Binary 1000001 100010 1110010 101011 1000110 0 110111 100000111 110110 11101

Color Harmonies of #412272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412272

Black with #412272

Text Example


Text Example

White with #412272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412272; }

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

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

background-color css

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

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

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

border-color css

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

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

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