Html Css Color HEX #412D84 Windsor

📋 copy color: '#412D84'

red 65 ◦ green 45 ◦ blue 132

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

Shades of Windsor #412D84

Tints of Windsor #412D84

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.6%

 BLUE value IS 132 (51.95% from 255) = 54.55%

R = 26.86%
G = 18.6%
B = 54.55%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#412D84 (or 0x412D84) is known color: Windsor. HEX triplet: 41, 2D and 84. RGB value is (65,45,132). Sum of RGB (Red+Green+Blue) = 65+45+132=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #412D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412D84 is #BED27B. Grayscale: #3C3C3C. Windows color (decimal): -12505724 or 8662337. OLE color: 8662337.

HSL color Cylindrical-coordinate representation of color #412D84: hue angle of 253.79º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #412D84 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 45 132 -
CMYK 0.51 0.66 0 0.48
HSL 253.79º 0.49% 0.35% -
HSV(B) 253.79º 0.66% 0.52% -
XYZ 7.28 4.67 22.35 -
YUV 60.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 65 45 132 0.51 0.66 0 0.48 253.79 0.49 0.35
Hex 41 2D 84 33 42 0 30 FE 31 23
Octal 101 55 204 63 102 0 60 376 61 43
Binary 1000001 101101 10000100 110011 1000010 0 110000 11111110 110001 100011

Color Harmonies of #412D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D84

Black with #412D84

Text Example


Text Example

White with #412D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,45,132); }

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

background-color css

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

 a { background-color: rgb(65,45,132); }

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

border-color css

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

 span { border-color: rgb(65,45,132); }

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