Html Css Color HEX #3A2573 Windsor

📋 copy color: '#3A2573'

red 58 ◦ green 37 ◦ blue 115

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

Shades of Windsor #3A2573

Tints of Windsor #3A2573

RGB

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

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

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

R = 27.62%
G = 17.62%
B = 54.76%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A2573 (or 0x3A2573) is known color: Windsor. HEX triplet: 3A, 25 and 73. RGB value is (58,37,115). Sum of RGB (Red+Green+Blue) = 58+37+115=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A2573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2573 is #C5DA8C. Grayscale: #333333. Windows color (decimal): -12966541 or 7546170. OLE color: 7546170.

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

Color convert

RGB 58 37 115 -
CMYK 0.50 0.68 0 0.55
HSL 256.15º 0.51% 0.3% -
HSV(B) 256.15º 0.68% 0.45% -
XYZ 5.5 3.46 16.6 -
YUV 52.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 58 37 115 0.50 0.68 0 0.55 256.15 0.51 0.3
Hex 3A 25 73 32 44 0 37 100 33 1E
Octal 72 45 163 62 104 0 67 400 63 36
Binary 111010 100101 1110011 110010 1000100 0 110111 100000000 110011 11110

Color Harmonies of #3A2573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2573

Black with #3A2573

Text Example


Text Example

White with #3A2573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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