Html Css Color HEX #461780 Windsor

📋 copy color: '#461780'

red 70 ◦ green 23 ◦ blue 128

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

Shades of Windsor #461780

Tints of Windsor #461780

RGB

 RED value IS 70 (27.73% from 255) = 31.67%

 GREEN value IS 23 (9.38% from 255) = 10.41%

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

R = 31.67%
G = 10.41%
B = 57.92%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#461780 (or 0x461780) is known color: Windsor. HEX triplet: 46, 17 and 80. RGB value is (70,23,128). Sum of RGB (Red+Green+Blue) = 70+23+128=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #461780 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461780 is #B9E87F. Grayscale: #303030. Windows color (decimal): -12183680 or 8394566. OLE color: 8394566.

HSL color Cylindrical-coordinate representation of color #461780: hue angle of 266.86º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461780 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 23 128 -
CMYK 0.45 0.82 0 0.50
HSL 266.86º 0.7% 0.3% -
HSV(B) 266.86º 0.82% 0.5% -
XYZ 6.73 3.47 20.74 -
YUV 49.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 70 23 128 0.45 0.82 0 0.50 266.86 0.7 0.3
Hex 46 17 80 2D 52 0 32 10B 46 1E
Octal 106 27 200 55 122 0 62 413 106 36
Binary 1000110 10111 10000000 101101 1010010 0 110010 100001011 1000110 11110

Color Harmonies of #461780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461780

Black with #461780

Text Example


Text Example

White with #461780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461780; }

 p { color: rgb(70,23,128); }

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

background-color css

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

 a { background-color: rgb(70,23,128); }

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

border-color css

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

 span { border-color: rgb(70,23,128); }

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