Html Css Color HEX #461981 Windsor

📋 copy color: '#461981'

red 70 ◦ green 25 ◦ blue 129

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

Shades of Windsor #461981

Tints of Windsor #461981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.16%

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

R = 31.25%
G = 11.16%
B = 57.59%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#461981 (or 0x461981) is known color: Windsor. HEX triplet: 46, 19 and 81. RGB value is (70,25,129). Sum of RGB (Red+Green+Blue) = 70+25+129=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 129 (50.78% from 255 or 57.59% from 224); Max value from RGB is 129 - color contains mainly: blue. Hex color #461981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461981 is #B9E67E. Grayscale: #313131. Windows color (decimal): -12183167 or 8460614. OLE color: 8460614.

HSL color Cylindrical-coordinate representation of color #461981: hue angle of 265.96º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461981 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 25 129 -
CMYK 0.46 0.81 0 0.49
HSL 265.96º 0.68% 0.3% -
HSV(B) 265.96º 0.81% 0.51% -
XYZ 6.84 3.58 21.1 -
YUV 50.31 172.41 142.04 -
System Red Green Blue C M Y K H S L
Decimal 70 25 129 0.46 0.81 0 0.49 265.96 0.68 0.3
Hex 46 19 81 2E 51 0 31 10A 44 1E
Octal 106 31 201 56 121 0 61 412 104 36
Binary 1000110 11001 10000001 101110 1010001 0 110001 100001010 1000100 11110

Color Harmonies of #461981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461981

Black with #461981

Text Example


Text Example

White with #461981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461981; }

 p { color: rgb(70,25,129); }

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

background-color css

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

 a { background-color: rgb(70,25,129); }

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

border-color css

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

 span { border-color: rgb(70,25,129); }

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