Html Css Color HEX #412881 Windsor

📋 copy color: '#412881'

red 65 ◦ green 40 ◦ blue 129

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

Shades of Windsor #412881

Tints of Windsor #412881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.09%

 BLUE value IS 129 (50.78% from 255) = 55.13%

R = 27.78%
G = 17.09%
B = 55.13%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#412881 (or 0x412881) is known color: Windsor. HEX triplet: 41, 28 and 81. RGB value is (65,40,129). Sum of RGB (Red+Green+Blue) = 65+40+129=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #412881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412881 is #BED77E. Grayscale: #393939. Windows color (decimal): -12507007 or 8464449. OLE color: 8464449.

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

Color convert

RGB 65 40 129 -
CMYK 0.50 0.69 0 0.49
HSL 256.85º 0.53% 0.33% -
HSV(B) 256.85º 0.69% 0.51% -
XYZ 6.9 4.23 21.22 -
YUV 57.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 65 40 129 0.50 0.69 0 0.49 256.85 0.53 0.33
Hex 41 28 81 32 45 0 31 101 35 21
Octal 101 50 201 62 105 0 61 401 65 41
Binary 1000001 101000 10000001 110010 1000101 0 110001 100000001 110101 100001

Color Harmonies of #412881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412881

Black with #412881

Text Example


Text Example

White with #412881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412881; }

 p { color: rgb(65,40,129); }

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

background-color css

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

 a { background-color: rgb(65,40,129); }

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

border-color css

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

 span { border-color: rgb(65,40,129); }

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