Html Css Color HEX #462181 Windsor

📋 copy color: '#462181'

red 70 ◦ green 33 ◦ blue 129

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

Shades of Windsor #462181

Tints of Windsor #462181

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

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

R = 30.17%
G = 14.22%
B = 55.6%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#462181 (or 0x462181) is known color: Windsor. HEX triplet: 46, 21 and 81. RGB value is (70,33,129). Sum of RGB (Red+Green+Blue) = 70+33+129=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #462181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462181 is #B9DE7E. Grayscale: #363636. Windows color (decimal): -12181119 or 8462662. OLE color: 8462662.

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

Color convert

RGB 70 33 129 -
CMYK 0.46 0.74 0 0.49
HSL 263.13º 0.59% 0.32% -
HSV(B) 263.13º 0.74% 0.51% -
XYZ 7.03 3.97 21.17 -
YUV 55.01 169.76 138.69 -
System Red Green Blue C M Y K H S L
Decimal 70 33 129 0.46 0.74 0 0.49 263.13 0.59 0.32
Hex 46 21 81 2E 4A 0 31 107 3B 20
Octal 106 41 201 56 112 0 61 407 73 40
Binary 1000110 100001 10000001 101110 1001010 0 110001 100000111 111011 100000

Color Harmonies of #462181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462181

Black with #462181

Text Example


Text Example

White with #462181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462181; }

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

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

background-color css

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

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

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

border-color css

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

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

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