Html Css Color HEX #462981 Windsor

📋 copy color: '#462981'

red 70 ◦ green 41 ◦ blue 129

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

Shades of Windsor #462981

Tints of Windsor #462981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

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

R = 29.17%
G = 17.08%
B = 53.75%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#462981 (or 0x462981) is known color: Windsor. HEX triplet: 46, 29 and 81. RGB value is (70,41,129). Sum of RGB (Red+Green+Blue) = 70+41+129=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #462981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462981 is #B9D67E. Grayscale: #3B3B3B. Windows color (decimal): -12179071 or 8464710. OLE color: 8464710.

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

Color convert

RGB 70 41 129 -
CMYK 0.46 0.68 0 0.49
HSL 259.77º 0.52% 0.33% -
HSV(B) 259.77º 0.68% 0.51% -
XYZ 7.28 4.47 21.25 -
YUV 59.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 70 41 129 0.46 0.68 0 0.49 259.77 0.52 0.33
Hex 46 29 81 2E 44 0 31 104 34 21
Octal 106 51 201 56 104 0 61 404 64 41
Binary 1000110 101001 10000001 101110 1000100 0 110001 100000100 110100 100001

Color Harmonies of #462981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462981

Black with #462981

Text Example


Text Example

White with #462981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462981; }

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

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

background-color css

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

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

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

border-color css

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

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

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