Html Css Color HEX #47258E Windsor

📋 copy color: '#47258E'

red 71 ◦ green 37 ◦ blue 142

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

Shades of Windsor #47258E

Tints of Windsor #47258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

 BLUE value IS 142 (55.86% from 255) = 56.8%

R = 28.4%
G = 14.8%
B = 56.8%

CMYK

 C value IS 0.5

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47258E (or 0x47258E) is known color: Windsor. HEX triplet: 47, 25 and 8E. RGB value is (71,37,142). Sum of RGB (Red+Green+Blue) = 71+37+142=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #47258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47258E is #B8DA71. Grayscale: #3A3A3A. Windows color (decimal): -12114546 or 9315655. OLE color: 9315655.

HSL color Cylindrical-coordinate representation of color #47258E: hue angle of 259.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47258E is Cyan = 0.5, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 37 142 -
CMYK 0.5 0.74 0 0.44
HSL 259.43º 0.59% 0.35% -
HSV(B) 259.43º 0.74% 0.56% -
XYZ 8.14 4.62 26.05 -
YUV 59.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 71 37 142 0.5 0.74 0 0.44 259.43 0.59 0.35
Hex 47 25 8E 32 4A 0 2C 103 3B 23
Octal 107 45 216 62 112 0 54 403 73 43
Binary 1000111 100101 10001110 110010 1001010 0 101100 100000011 111011 100011

Color Harmonies of #47258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47258E

Black with #47258E

Text Example


Text Example

White with #47258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47258E; }

 p { color: rgb(71,37,142); }

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

background-color css

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

 a { background-color: rgb(71,37,142); }

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

border-color css

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

 span { border-color: rgb(71,37,142); }

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