Html Css Color HEX #471883 Windsor

📋 copy color: '#471883'

red 71 ◦ green 24 ◦ blue 131

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

Shades of Windsor #471883

Tints of Windsor #471883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 57.96%

R = 31.42%
G = 10.62%
B = 57.96%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#471883 (or 0x471883) is known color: Windsor. HEX triplet: 47, 18 and 83. RGB value is (71,24,131). Sum of RGB (Red+Green+Blue) = 71+24+131=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 131 (51.56% from 255 or 57.96% from 226); Max value from RGB is 131 - color contains mainly: blue. Hex color #471883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471883 is #B8E77C. Grayscale: #313131. Windows color (decimal): -12117885 or 8591431. OLE color: 8591431.

HSL color Cylindrical-coordinate representation of color #471883: hue angle of 266.36º 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 #471883 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 24 131 -
CMYK 0.46 0.82 0 0.49
HSL 266.36º 0.69% 0.3% -
HSV(B) 266.36º 0.82% 0.51% -
XYZ 7.02 3.63 21.8 -
YUV 50.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 71 24 131 0.46 0.82 0 0.49 266.36 0.69 0.3
Hex 47 18 83 2E 52 0 31 10A 45 1E
Octal 107 30 203 56 122 0 61 412 105 36
Binary 1000111 11000 10000011 101110 1010010 0 110001 100001010 1000101 11110

Color Harmonies of #471883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471883

Black with #471883

Text Example


Text Example

White with #471883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471883; }

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

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

background-color css

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

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

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

border-color css

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

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

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