Html Css Color HEX #412984 Windsor

📋 copy color: '#412984'

red 65 ◦ green 41 ◦ blue 132

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

Shades of Windsor #412984

Tints of Windsor #412984

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.23%

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

R = 27.31%
G = 17.23%
B = 55.46%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#412984 (or 0x412984) is known color: Windsor. HEX triplet: 41, 29 and 84. RGB value is (65,41,132). Sum of RGB (Red+Green+Blue) = 65+41+132=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #412984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412984 is #BED67B. Grayscale: #3A3A3A. Windows color (decimal): -12506748 or 8661313. OLE color: 8661313.

HSL color Cylindrical-coordinate representation of color #412984: hue angle of 255.82º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #412984 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 41 132 -
CMYK 0.51 0.69 0 0.48
HSL 255.82º 0.53% 0.34% -
HSV(B) 255.82º 0.69% 0.52% -
XYZ 7.14 4.38 22.3 -
YUV 58.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 65 41 132 0.51 0.69 0 0.48 255.82 0.53 0.34
Hex 41 29 84 33 45 0 30 100 35 22
Octal 101 51 204 63 105 0 60 400 65 42
Binary 1000001 101001 10000100 110011 1000101 0 110000 100000000 110101 100010

Color Harmonies of #412984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412984

Black with #412984

Text Example


Text Example

White with #412984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412984; }

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

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

background-color css

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

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

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

border-color css

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

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

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