Html Css Color HEX #3A2473 Windsor

📋 copy color: '#3A2473'

red 58 ◦ green 36 ◦ blue 115

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

Shades of Windsor #3A2473

Tints of Windsor #3A2473

RGB

 RED value IS 58 (23.05% from 255) = 27.75%

 GREEN value IS 36 (14.45% from 255) = 17.22%

 BLUE value IS 115 (45.31% from 255) = 55.02%

R = 27.75%
G = 17.22%
B = 55.02%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A2473 (or 0x3A2473) is known color: Windsor. HEX triplet: 3A, 24 and 73. RGB value is (58,36,115). Sum of RGB (Red+Green+Blue) = 58+36+115=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A2473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2473 is #C5DB8C. Grayscale: #333333. Windows color (decimal): -12966797 or 7545914. OLE color: 7545914.

HSL color Cylindrical-coordinate representation of color #3A2473: hue angle of 256.71º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A2473 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 36 115 -
CMYK 0.50 0.69 0 0.55
HSL 256.71º 0.52% 0.3% -
HSV(B) 256.71º 0.69% 0.45% -
XYZ 5.47 3.4 16.59 -
YUV 51.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 58 36 115 0.50 0.69 0 0.55 256.71 0.52 0.3
Hex 3A 24 73 32 45 0 37 101 34 1E
Octal 72 44 163 62 105 0 67 401 64 36
Binary 111010 100100 1110011 110010 1000101 0 110111 100000001 110100 11110

Color Harmonies of #3A2473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2473

Black with #3A2473

Text Example


Text Example

White with #3A2473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A2473; }

 p { color: rgb(58,36,115); }

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

background-color css

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

 a { background-color: rgb(58,36,115); }

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

border-color css

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

 span { border-color: rgb(58,36,115); }

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