Html Css Color HEX #3F2673 Windsor

📋 copy color: '#3F2673'

red 63 ◦ green 38 ◦ blue 115

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

Shades of Windsor #3F2673

Tints of Windsor #3F2673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.59%

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

R = 29.17%
G = 17.59%
B = 53.24%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F2673 (or 0x3F2673) is known color: Windsor. HEX triplet: 3F, 26 and 73. RGB value is (63,38,115). Sum of RGB (Red+Green+Blue) = 63+38+115=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F2673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2673 is #C0D98C. Grayscale: #353535. Windows color (decimal): -12638605 or 7546431. OLE color: 7546431.

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

Color convert

RGB 63 38 115 -
CMYK 0.45 0.67 0 0.55
HSL 259.48º 0.5% 0.3% -
HSV(B) 259.48º 0.67% 0.45% -
XYZ 5.84 3.68 16.62 -
YUV 54.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 63 38 115 0.45 0.67 0 0.55 259.48 0.5 0.3
Hex 3F 26 73 2D 43 0 37 103 32 1E
Octal 77 46 163 55 103 0 67 403 62 36
Binary 111111 100110 1110011 101101 1000011 0 110111 100000011 110010 11110

Color Harmonies of #3F2673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2673

Black with #3F2673

Text Example


Text Example

White with #3F2673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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