Html Css Color HEX #462280 Windsor

📋 copy color: '#462280'

red 70 ◦ green 34 ◦ blue 128

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

Shades of Windsor #462280

Tints of Windsor #462280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

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

R = 30.17%
G = 14.66%
B = 55.17%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#462280 (or 0x462280) is known color: Windsor. HEX triplet: 46, 22 and 80. RGB value is (70,34,128). Sum of RGB (Red+Green+Blue) = 70+34+128=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #462280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462280 is #B9DD7F. Grayscale: #373737. Windows color (decimal): -12180864 or 8397382. OLE color: 8397382.

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

Color convert

RGB 70 34 128 -
CMYK 0.45 0.73 0 0.50
HSL 262.98º 0.58% 0.32% -
HSV(B) 262.98º 0.73% 0.5% -
XYZ 6.99 4 20.83 -
YUV 55.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 70 34 128 0.45 0.73 0 0.50 262.98 0.58 0.32
Hex 46 22 80 2D 49 0 32 107 3A 20
Octal 106 42 200 55 111 0 62 407 72 40
Binary 1000110 100010 10000000 101101 1001001 0 110010 100000111 111010 100000

Color Harmonies of #462280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462280

Black with #462280

Text Example


Text Example

White with #462280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462280; }

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

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

background-color css

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

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

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

border-color css

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

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

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