Html Css Color HEX #412480 Windsor

📋 copy color: '#412480'

red 65 ◦ green 36 ◦ blue 128

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

Shades of Windsor #412480

Tints of Windsor #412480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.72%

 BLUE value IS 128 (50.39% from 255) = 55.9%

R = 28.38%
G = 15.72%
B = 55.9%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#412480 (or 0x412480) is known color: Windsor. HEX triplet: 41, 24 and 80. RGB value is (65,36,128). Sum of RGB (Red+Green+Blue) = 65+36+128=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #412480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412480 is #BEDB7F. Grayscale: #363636. Windows color (decimal): -12508032 or 8397889. OLE color: 8397889.

HSL color Cylindrical-coordinate representation of color #412480: hue angle of 258.91º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412480 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 36 128 -
CMYK 0.49 0.72 0 0.50
HSL 258.91º 0.56% 0.32% -
HSV(B) 258.91º 0.72% 0.5% -
XYZ 6.71 3.94 20.83 -
YUV 55.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 65 36 128 0.49 0.72 0 0.50 258.91 0.56 0.32
Hex 41 24 80 31 48 0 32 103 38 20
Octal 101 44 200 61 110 0 62 403 70 40
Binary 1000001 100100 10000000 110001 1001000 0 110010 100000011 111000 100000

Color Harmonies of #412480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412480

Black with #412480

Text Example


Text Example

White with #412480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412480; }

 p { color: rgb(65,36,128); }

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

background-color css

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

 a { background-color: rgb(65,36,128); }

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

border-color css

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

 span { border-color: rgb(65,36,128); }

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