Html Css Color HEX #471882 Windsor

📋 copy color: '#471882'

red 71 ◦ green 24 ◦ blue 130

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

Shades of Windsor #471882

Tints of Windsor #471882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

 BLUE value IS 130 (51.17% from 255) = 57.78%

R = 31.56%
G = 10.67%
B = 57.78%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#471882 (or 0x471882) is known color: Windsor. HEX triplet: 47, 18 and 82. RGB value is (71,24,130). Sum of RGB (Red+Green+Blue) = 71+24+130=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #471882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471882 is #B8E77D. Grayscale: #313131. Windows color (decimal): -12117886 or 8525895. OLE color: 8525895.

HSL color Cylindrical-coordinate representation of color #471882: hue angle of 266.6º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471882 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 24 130 -
CMYK 0.45 0.82 0 0.49
HSL 266.6º 0.69% 0.3% -
HSV(B) 266.6º 0.82% 0.51% -
XYZ 6.95 3.6 21.45 -
YUV 50.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 71 24 130 0.45 0.82 0 0.49 266.6 0.69 0.3
Hex 47 18 82 2D 52 0 31 10B 45 1E
Octal 107 30 202 55 122 0 61 413 105 36
Binary 1000111 11000 10000010 101101 1010010 0 110001 100001011 1000101 11110

Color Harmonies of #471882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471882

Black with #471882

Text Example


Text Example

White with #471882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471882; }

 p { color: rgb(71,24,130); }

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

background-color css

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

 a { background-color: rgb(71,24,130); }

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

border-color css

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

 span { border-color: rgb(71,24,130); }

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