Html Css Color HEX #471A98 Windsor

📋 copy color: '#471A98'

red 71 ◦ green 26 ◦ blue 152

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

Shades of Windsor #471A98

Tints of Windsor #471A98

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.44%

 BLUE value IS 152 (59.77% from 255) = 61.04%

R = 28.51%
G = 10.44%
B = 61.04%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#471A98 (or 0x471A98) is known color: Windsor. HEX triplet: 47, 1A and 98. RGB value is (71,26,152). Sum of RGB (Red+Green+Blue) = 71+26+152=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #471A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471A98 is #B8E567. Grayscale: #353535. Windows color (decimal): -12117352 or 9968199. OLE color: 9968199.

HSL color Cylindrical-coordinate representation of color #471A98: hue angle of 261.43º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471A98 is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 26 152 -
CMYK 0.53 0.83 0 0.40
HSL 261.43º 0.71% 0.35% -
HSV(B) 261.43º 0.83% 0.6% -
XYZ 8.64 4.35 30.09 -
YUV 53.82 183.41 140.25 -
System Red Green Blue C M Y K H S L
Decimal 71 26 152 0.53 0.83 0 0.40 261.43 0.71 0.35
Hex 47 1A 98 35 53 0 28 105 47 23
Octal 107 32 230 65 123 0 50 405 107 43
Binary 1000111 11010 10011000 110101 1010011 0 101000 100000101 1000111 100011

Color Harmonies of #471A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A98

Black with #471A98

Text Example


Text Example

White with #471A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,26,152); }

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

background-color css

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

 a { background-color: rgb(71,26,152); }

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

border-color css

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

 span { border-color: rgb(71,26,152); }

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