Html Css Color HEX #412880 Windsor

📋 copy color: '#412880'

red 65 ◦ green 40 ◦ blue 128

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

Shades of Windsor #412880

Tints of Windsor #412880

RGB

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

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

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

R = 27.9%
G = 17.17%
B = 54.94%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#412880 (or 0x412880) is known color: Windsor. HEX triplet: 41, 28 and 80. RGB value is (65,40,128). Sum of RGB (Red+Green+Blue) = 65+40+128=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #412880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412880 is #BED77F. Grayscale: #393939. Windows color (decimal): -12507008 or 8398913. OLE color: 8398913.

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

Color convert

RGB 65 40 128 -
CMYK 0.49 0.69 0 0.50
HSL 257.05º 0.52% 0.33% -
HSV(B) 257.05º 0.69% 0.5% -
XYZ 6.84 4.2 20.87 -
YUV 57.51 167.78 133.34 -
System Red Green Blue C M Y K H S L
Decimal 65 40 128 0.49 0.69 0 0.50 257.05 0.52 0.33
Hex 41 28 80 31 45 0 32 101 34 21
Octal 101 50 200 61 105 0 62 401 64 41
Binary 1000001 101000 10000000 110001 1000101 0 110010 100000001 110100 100001

Color Harmonies of #412880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412880

Black with #412880

Text Example


Text Example

White with #412880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412880; }

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

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

background-color css

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

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

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

border-color css

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

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

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