Html Css Color HEX #461F8D Windsor

📋 copy color: '#461F8D'

red 70 ◦ green 31 ◦ blue 141

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

Shades of Windsor #461F8D

Tints of Windsor #461F8D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.81%

 BLUE value IS 141 (55.47% from 255) = 58.26%

R = 28.93%
G = 12.81%
B = 58.26%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#461F8D (or 0x461F8D) is known color: Windsor. HEX triplet: 46, 1F and 8D. RGB value is (70,31,141). Sum of RGB (Red+Green+Blue) = 70+31+141=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #461F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461F8D is #B9E072. Grayscale: #363636. Windows color (decimal): -12181619 or 9248582. OLE color: 9248582.

HSL color Cylindrical-coordinate representation of color #461F8D: hue angle of 261.27º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #461F8D is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 31 141 -
CMYK 0.50 0.78 0 0.45
HSL 261.27º 0.64% 0.34% -
HSV(B) 261.27º 0.78% 0.55% -
XYZ 7.82 4.21 25.6 -
YUV 55.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 70 31 141 0.50 0.78 0 0.45 261.27 0.64 0.34
Hex 46 1F 8D 32 4E 0 2D 105 40 22
Octal 106 37 215 62 116 0 55 405 100 42
Binary 1000110 11111 10001101 110010 1001110 0 101101 100000101 1000000 100010

Color Harmonies of #461F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F8D

Black with #461F8D

Text Example


Text Example

White with #461F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461F8D; }

 p { color: rgb(70,31,141); }

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

background-color css

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

 a { background-color: rgb(70,31,141); }

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

border-color css

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

 span { border-color: rgb(70,31,141); }

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