Html Css Color HEX #3F2573 Windsor

📋 copy color: '#3F2573'

red 63 ◦ green 37 ◦ blue 115

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

Shades of Windsor #3F2573

Tints of Windsor #3F2573

RGB

 RED value IS 63 (25% from 255) = 29.3%

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

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

R = 29.3%
G = 17.21%
B = 53.49%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F2573 (or 0x3F2573) is known color: Windsor. HEX triplet: 3F, 25 and 73. RGB value is (63,37,115). Sum of RGB (Red+Green+Blue) = 63+37+115=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F2573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2573 is #C0DA8C. Grayscale: #353535. Windows color (decimal): -12638861 or 7546175. OLE color: 7546175.

HSL color Cylindrical-coordinate representation of color #3F2573: hue angle of 260º 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 #3F2573 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 37 115 -
CMYK 0.45 0.68 0 0.55
HSL 260º 0.51% 0.3% -
HSV(B) 260º 0.68% 0.45% -
XYZ 5.81 3.62 16.61 -
YUV 53.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 63 37 115 0.45 0.68 0 0.55 260 0.51 0.3
Hex 3F 25 73 2D 44 0 37 104 33 1E
Octal 77 45 163 55 104 0 67 404 63 36
Binary 111111 100101 1110011 101101 1000100 0 110111 100000100 110011 11110

Color Harmonies of #3F2573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2573

Black with #3F2573

Text Example


Text Example

White with #3F2573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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