Html Css Color HEX #462381 Windsor

📋 copy color: '#462381'

red 70 ◦ green 35 ◦ blue 129

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

Shades of Windsor #462381

Tints of Windsor #462381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.96%

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

R = 29.91%
G = 14.96%
B = 55.13%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#462381 (or 0x462381) is known color: Windsor. HEX triplet: 46, 23 and 81. RGB value is (70,35,129). Sum of RGB (Red+Green+Blue) = 70+35+129=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #462381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462381 is #B9DC7E. Grayscale: #373737. Windows color (decimal): -12180607 or 8463174. OLE color: 8463174.

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

Color convert

RGB 70 35 129 -
CMYK 0.46 0.73 0 0.49
HSL 262.34º 0.57% 0.32% -
HSV(B) 262.34º 0.73% 0.51% -
XYZ 7.09 4.09 21.18 -
YUV 56.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 70 35 129 0.46 0.73 0 0.49 262.34 0.57 0.32
Hex 46 23 81 2E 49 0 31 106 39 20
Octal 106 43 201 56 111 0 61 406 71 40
Binary 1000110 100011 10000001 101110 1001001 0 110001 100000110 111001 100000

Color Harmonies of #462381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462381

Black with #462381

Text Example


Text Example

White with #462381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462381; }

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

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

background-color css

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

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

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

border-color css

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

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

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