Html Css Color HEX #412680 Windsor

📋 copy color: '#412680'

red 65 ◦ green 38 ◦ blue 128

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

Shades of Windsor #412680

Tints of Windsor #412680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.45%

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

R = 28.14%
G = 16.45%
B = 55.41%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#412680 (or 0x412680) is known color: Windsor. HEX triplet: 41, 26 and 80. RGB value is (65,38,128). Sum of RGB (Red+Green+Blue) = 65+38+128=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #412680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412680 is #BED97F. Grayscale: #383838. Windows color (decimal): -12507520 or 8398401. OLE color: 8398401.

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

Color convert

RGB 65 38 128 -
CMYK 0.49 0.70 0 0.50
HSL 258º 0.54% 0.33% -
HSV(B) 258º 0.7% 0.5% -
XYZ 6.77 4.07 20.85 -
YUV 56.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 65 38 128 0.49 0.70 0 0.50 258 0.54 0.33
Hex 41 26 80 31 46 0 32 102 36 21
Octal 101 46 200 61 106 0 62 402 66 41
Binary 1000001 100110 10000000 110001 1000110 0 110010 100000010 110110 100001

Color Harmonies of #412680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412680

Black with #412680

Text Example


Text Example

White with #412680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412680; }

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

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

background-color css

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

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

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

border-color css

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

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

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