Html Css Color HEX #471F8A Windsor

📋 copy color: '#471F8A'

red 71 ◦ green 31 ◦ blue 138

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

Shades of Windsor #471F8A

Tints of Windsor #471F8A

RGB

 RED value IS 71 (28.13% from 255) = 29.58%

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

 BLUE value IS 138 (54.3% from 255) = 57.5%

R = 29.58%
G = 12.92%
B = 57.5%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#471F8A (or 0x471F8A) is known color: Windsor. HEX triplet: 47, 1F and 8A. RGB value is (71,31,138). Sum of RGB (Red+Green+Blue) = 71+31+138=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #471F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471F8A is #B8E075. Grayscale: #363636. Windows color (decimal): -12116086 or 9051975. OLE color: 9051975.

HSL color Cylindrical-coordinate representation of color #471F8A: hue angle of 262.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #471F8A is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 31 138 -
CMYK 0.49 0.78 0 0.46
HSL 262.43º 0.63% 0.33% -
HSV(B) 262.43º 0.78% 0.54% -
XYZ 7.68 4.15 24.44 -
YUV 55.16 174.75 139.3 -
System Red Green Blue C M Y K H S L
Decimal 71 31 138 0.49 0.78 0 0.46 262.43 0.63 0.33
Hex 47 1F 8A 31 4E 0 2E 106 3F 21
Octal 107 37 212 61 116 0 56 406 77 41
Binary 1000111 11111 10001010 110001 1001110 0 101110 100000110 111111 100001

Color Harmonies of #471F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F8A

Black with #471F8A

Text Example


Text Example

White with #471F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471F8A; }

 p { color: rgb(71,31,138); }

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

background-color css

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

 a { background-color: rgb(71,31,138); }

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

border-color css

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

 span { border-color: rgb(71,31,138); }

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