Html Css Color HEX #412B71 Windsor

📋 copy color: '#412B71'

red 65 ◦ green 43 ◦ blue 113

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

Shades of Windsor #412B71

Tints of Windsor #412B71

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.46%

 BLUE value IS 113 (44.53% from 255) = 51.13%

R = 29.41%
G = 19.46%
B = 51.13%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#412B71 (or 0x412B71) is known color: Windsor. HEX triplet: 41, 2B and 71. RGB value is (65,43,113). Sum of RGB (Red+Green+Blue) = 65+43+113=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #412B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412B71 is #BED48E. Grayscale: #393939. Windows color (decimal): -12506255 or 7416641. OLE color: 7416641.

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

Color convert

RGB 65 43 113 -
CMYK 0.42 0.62 0 0.56
HSL 258.86º 0.45% 0.31% -
HSV(B) 258.86º 0.62% 0.44% -
XYZ 6.02 4.04 16.09 -
YUV 57.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 65 43 113 0.42 0.62 0 0.56 258.86 0.45 0.31
Hex 41 2B 71 2A 3E 0 38 103 2D 1F
Octal 101 53 161 52 76 0 70 403 55 37
Binary 1000001 101011 1110001 101010 111110 0 111000 100000011 101101 11111

Color Harmonies of #412B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B71

Black with #412B71

Text Example


Text Example

White with #412B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412B71; }

 p { color: rgb(65,43,113); }

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

background-color css

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

 a { background-color: rgb(65,43,113); }

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

border-color css

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

 span { border-color: rgb(65,43,113); }

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